Specifies a ClassDescriptionSet object, which contains a collection of the ClassDescription objects associated with a given object store. The ClassDescriptions property returns a "snapshot" of the latest class metadata for a given object store. If you make changes to a class, it will not be reflected in the ClassDescriptions collection until you refresh the object store.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property ClassDescriptions As IClassDescriptionSet
C#
IClassDescriptionSet ClassDescriptions { get; }
Visual C++
property IClassDescriptionSet^ ClassDescriptions {
	IClassDescriptionSet^ get ();
}
JavaScript
function get_classDescriptions();

ToggleRemarks

ToggleSee Also