Specifies whether you can create subclasses from a class defined by a given class definition (true) or not (false).
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
ReadOnly Property AllowsSubclasses As Nullable(Of Boolean) |
| C# |
|---|
Nullable<bool> AllowsSubclasses { get; } |
| Visual C++ |
|---|
property Nullable<bool> AllowsSubclasses { Nullable<bool> get (); } |
| JavaScript |
|---|
function get_allowsSubclasses(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: true
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ