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)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property RootClassDefinitions As IClassDefinitionSet
C#
IClassDefinitionSet RootClassDefinitions { get; }
Visual C++
property IClassDefinitionSet^ RootClassDefinitions {
	IClassDefinitionSet^ get ();
}
JavaScript
function get_rootClassDefinitions();

ToggleRemarks

ToggleSee Also