Click or drag to resize
DocumentHelper.SearchFieldChanged Method
Returns true if any field included in the search changed (checks fields defined in Class Search Settings).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public static bool SearchFieldChanged(
	TreeNode node,
	List<string> changedColumns
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document node
changedColumns
Type: System.Collections.Generic.List<String>
List of changed columns

Return Value

Type: Boolean
See Also