SearchFields Add Method (ISearchField)Kentico 8.0 API Reference
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.

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

Return Value

Type: ISearchField
Newly added or existing field
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationExceptionWhen StoreValues is true and we try to add already existing field but with different value.
See Also