This property is not supported.

A list of text indexing preprocessors associated with the defined class.

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

ToggleSyntax

Visual Basic (Declaration)
Property TextIndexingPreprocessorDefinitions As ICmTextIndexingPreprocessorDefinitionList
C#
ICmTextIndexingPreprocessorDefinitionList TextIndexingPreprocessorDefinitions { get; set; }
Visual C++
property ICmTextIndexingPreprocessorDefinitionList^ TextIndexingPreprocessorDefinitions {
	ICmTextIndexingPreprocessorDefinitionList^ get ();
	void set (ICmTextIndexingPreprocessorDefinitionList^ value);
}
JavaScript
function get_textIndexingPreprocessorDefinitions();
function set_textIndexingPreprocessorDefinitions(value);

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: CmTextIndexingPreprocessorDefinition
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also