SearchFields Add Method Kentico 8.1 API Reference
Overload List

  NameDescription
Protected methodAdd(ISearchField)
Adds new field to collection. When field already exists, it will be updated (merged with existing one). When adding content field with it's value multiple times, the value is appended to existing content.
Public methodAdd(String, Boolean, Boolean, Func Object , Boolean, Nullable SearchAnalyzerTypeEnum )
Adds new field to collection. When field already exists, it will be updated (merged with existing one). When adding content field with it's value multiple times, the value is appended to existing content.
Back to Top
See Also