Specifies a ClassDefinitionSet object containing the set of root class definitions (objects instantiated from ClassDefinition
and its subclasses) that are defined in this object store. Each class definition defines the set of mutable metadata (including property definitions) for a given class.
Once you have set a reference to collection returned by the RootClassDefinitions property, you can access all of the mutable class metadata
available in this object store.
Namespace:
FileNet.Api.CoreAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property RootClassDefinitions As IClassDefinitionSet |
C# |
---|
IClassDefinitionSet RootClassDefinitions { get; } |
Visual C++ |
---|
property IClassDefinitionSet^ RootClassDefinitions { IClassDefinitionSet^ get (); } |
JavaScript |
---|
function get_rootClassDefinitions(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: ClassDefinition
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ