SearchFieldsUpdateExistingField Method |
Namespace: CMS.Search
protected virtual ISearchField UpdateExistingField( ISearchField newField )
Exception | Condition |
---|---|
InvalidOperationException | When StoreValues is true and we try to add already existing field but with different value. |
InvalidOperationException | When field with given field name doesn't exist. |