SearchHelperSearchFieldChanged Method |
Returns true if any field included in the search changed (checks fields defined in Class Search Settings).
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static bool SearchFieldChanged(
BaseInfo info,
List<string> changedColumns = null,
bool checkSpecialFields = true
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Info object - changedColumns (Optional)
- Type: System.Collections.GenericListString
List of changed columns, if not provided, retrieves the list from the object - checkSpecialFields (Optional)
- Type: SystemBoolean
If true, the special fields like (ClassSearchTitleColumn, etc.) are checked for changes
Return Value
Type:
BooleanSee Also