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.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

See Also