Specifies a
object containing the set of root class definitions (objects instantiated from
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
property, you can access all of the mutable class metadata available in this object store.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property RootClassDefinitions As IClassDefinitionSet |
C# |
---|
IClassDefinitionSet RootClassDefinitions { get; } |
C++ |
---|
property IClassDefinitionSet RootClassDefinitions abstract { IClassDefinitionSet get(); } |
J# |
---|
/** property */ public IClassDefinitionSet get_RootClassDefinitions(); |
JScript |
---|
public function get RootClassDefinitions() : IClassDefinitionSet |
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