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 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');

ToggleSee Also