Click or drag to resize
SearchDocumentGetTokenize Method
Gets tokenize flag of a field.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public bool GetTokenize(
	string name
)

Parameters

name
Type: SystemString
Name of the field to retrieve flag value for.

Return Value

Type: Boolean
Tokenize flag associated with field.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when field of given name does not exist.
See Also