Represents a collection of CmIndexPartitionConstraint objects. You can retrieve this collection with the IndexPartitionConstraints property of an ICmTextSearchIndex object.

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

ToggleSyntax

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

ToggleSee Also