Click or drag to resize
SearchExtensionsSearchFieldChanged 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: 8.2.23
Syntax
C#
public static bool SearchFieldChanged(
	this DataClassInfo dc,
	List<string> changedColumns,
	bool checkSpecialFields = true
)

Parameters

dc
Type: CMS.DataEngineDataClassInfo
changedColumns
Type: System.Collections.GenericListString
checkSpecialFields (Optional)
Type: SystemBoolean

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataClassInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also