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)

Syntax

Visual Basic (Declaration)
ReadOnly Property ClassDescriptions As IClassDescriptionSet
C#
IClassDescriptionSet ClassDescriptions { get; }
C++
property IClassDescriptionSet ClassDescriptions abstract  {
    IClassDescriptionSet get();
}
J#
/** property */
public IClassDescriptionSet get_ClassDescriptions();
JScript
public function get ClassDescriptions() : IClassDescriptionSet

Remarks

See Also