Represents a collection of CmTextSearchPartitionProperty objects.
You can retrieve this collection with the PartitioningProperties property of an IObjectStore object.
Namespace:
FileNet.Api.CollectionAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |