SearchField Init Method Kentico 8.0 API Reference
Initializes object values.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

fieldName
Type: OnlineSystem String
Field name
searchable
Type: OnlineSystem Boolean
Indicates if the search is enabled for this field
tokenizable
Type: OnlineSystem Boolean
Indicates if field will be tokenized (processed by the analyzer)
value (Optional)
Type: OnlineSystem Object
Field value
analyzer (Optional)
Type: OnlineSystem Nullable SearchAnalyzerTypeEnum 
Explicit analyzer to process search field's value
See Also