Represents a collection of CmTextSearchPartitionProperty objects. You can retrieve this collection with the PartitioningProperties property of an IObjectStore object.

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

ToggleSyntax

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

ToggleSee Also