This property is not supported.

Specifies the handler for the defined text indexing preprocessor.

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

ToggleSyntax

Visual Basic (Declaration)
Property TextIndexingPreprocessorAction As ICmTextIndexingPreprocessorAction
C#
ICmTextIndexingPreprocessorAction TextIndexingPreprocessorAction { get; set; }
Visual C++
property ICmTextIndexingPreprocessorAction^ TextIndexingPreprocessorAction {
	ICmTextIndexingPreprocessorAction^ get ();
	void set (ICmTextIndexingPreprocessorAction^ value);
}
JavaScript
function get_textIndexingPreprocessorAction();
function set_textIndexingPreprocessorAction(value);

ToggleRemarks

Metadata

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

ToggleSee Also