Represents a collection of ClassDescription objects.
Namespace:
FileNet.Api.CollectionAssembly: 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 |
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'); |