SearchHelper SearchFieldChanged Method Kentico 8.0 API Reference
Returns true if any field included in the search changed (checks fields defined in Class Search Settings).

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

Parameters

info
Type: CMS.DataEngine BaseInfo
Info object
changedColumns (Optional)
Type: OnlineSystem.Collections.Generic List OnlineString 
List of changed columns, if not provided, retrieves the list from the object
checkSpecialFields (Optional)
Type: OnlineSystem Boolean
If true, the special fields like (ClassSearchTitleColumn, etc.) are checked for changes

Return Value

Type: OnlineBoolean
See Also