Represents a collection of CmIndexPartitionConstraint objects.
You can retrieve this collection with the IndexPartitionConstraints property of an ICmTextSearchIndex object.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICmIndexPartitionConstraintList _ Implements IDependentObjectList, IEngineCollection, ICloneable, IList, _ ICollection, IEnumerable |
C# |
---|
public interface ICmIndexPartitionConstraintList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
Visual C++ |
---|
public interface class ICmIndexPartitionConstraintList : IDependentObjectList, IEngineCollection, ICloneable, IList, ICollection, IEnumerable |
JavaScript |
---|
FileNet.Api.Collection.ICmIndexPartitionConstraintList = function(); FileNet.Api.Collection.ICmIndexPartitionConstraintList.createInterface('FileNet.Api.Collection.ICmIndexPartitionConstraintList'); |