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: 8.2.23
Syntax
C#
public static bool SearchFieldChanged(
	TreeNode node,
	List<string> changedColumns = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
changedColumns (Optional)
Type: System.Collections.GenericListString
List of changed columns, if not provided, retrieves the list from the document

Return Value

Type: Boolean
See Also