Represents a custom, string-valued CBR-enabled object property that is assigned in an object store to define the string-based partitioning of CBR-enabled objects in an IBM® Content Search Services index. This property must have a settability of SETTABLE_ONLY_ON_CREATE. You can have no more than one string index partitioning property assigned in an object store.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmTextSearchPartitionStringProperty _
	Implements ICmTextSearchPartitionProperty, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmTextSearchPartitionStringProperty : ICmTextSearchPartitionProperty, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmTextSearchPartitionStringProperty : ICmTextSearchPartitionProperty, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmTextSearchPartitionStringProperty = function();
FileNet.Api.Admin.ICmTextSearchPartitionStringProperty.createInterface('FileNet.Api.Admin.ICmTextSearchPartitionStringProperty');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: CmTextSearchPartitionProperty

ToggleSee Also