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 IDependentObjectList, IEngineCollection, ICloneable, IList,  _
	ICollection, IEnumerable
C#
public interface ICmTextSearchPartitionPropertyList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
Visual C++
public interface class ICmTextSearchPartitionPropertyList : IDependentObjectList, 
	IEngineCollection, ICloneable, IList, ICollection, IEnumerable
JavaScript
FileNet.Api.Collection.ICmTextSearchPartitionPropertyList = function();
FileNet.Api.Collection.ICmTextSearchPartitionPropertyList.createInterface('FileNet.Api.Collection.ICmTextSearchPartitionPropertyList');

ToggleSee Also