Represents a collection of ClassDescription objects.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface IClassDescriptionSet _
	Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable,  _
	ICloneable
C#
public interface IClassDescriptionSet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
Visual C++
public interface class IClassDescriptionSet : IIndependentObjectSet, 
	IEngineSet, IEngineCollection, IEnumerable, ICloneable
JavaScript
FileNet.Api.Collection.IClassDescriptionSet = function();
FileNet.Api.Collection.IClassDescriptionSet.createInterface('FileNet.Api.Collection.IClassDescriptionSet');

ToggleSee Also