DocumentHelper SearchFieldChanged Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

node
Type: CMS.DocumentEngine TreeNode
Document node
changedColumns (Optional)
Type: OnlineSystem.Collections.Generic List OnlineString 
List of changed columns, if not provided, retrieves the list from the document

Return Value

Type: OnlineBoolean
See Also