Represents a collection of ClassDescription objects.


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

Syntax

Visual Basic (Declaration)
Public Interface IClassDescriptionSet
    Implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C#
public interface IClassDescriptionSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
C++
interface class IClassDescriptionSet : IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
J#
public interface IClassDescriptionSet implements IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable
JScript
public interface IClassDescriptionSet extends IIndependentObjectSet, IEngineSet, IEngineCollection, IEnumerable, ICloneable

See Also