Represents a collection of CmIndexDefinition objects.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmIndexDefinitionList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface ICmIndexDefinitionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class ICmIndexDefinitionList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.ICmIndexDefinitionList = function(); FileNet.Api.Collection.ICmIndexDefinitionList.createInterface('FileNet.Api.Collection.ICmIndexDefinitionList'); |