Click or drag to resize
SearchHelperSearchFieldChanged Method
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: 9.0.0
Syntax
C#
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: Boolean
See Also