Initializes object values.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxvoid Init(
	string fieldName,
	bool searchable,
	bool tokenizable,
	Object value = null,
	Nullable<SearchAnalyzerTypeEnum> analyzer = null
)
Parameters
- fieldName
 - Type: SystemString
Field name - searchable
 - Type: SystemBoolean
Indicates if the search is enabled for this field - tokenizable
 - Type: SystemBoolean
Indicates if field will be tokenized (processed by the analyzer) - value (Optional)
 - Type: SystemObject
Field value - analyzer (Optional)
 - Type: SystemNullableSearchAnalyzerTypeEnum
Explicit analyzer to process search field's value 
See Also