Click or drag to resize
DocumentHelperSearchFieldChanged 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.DocumentEngineTreeNode
Document node
changedColumns
Type: System.Collections.GenericListString
List of changed columns

Return Value

Type: Boolean
See Also