DocumentHelperSearchFieldChanged Method |
Returns true if any field included in the search changed (checks fields defined in Class Search Settings).
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also