SearchExtensionsSearchTriggerFieldChanged Method |
Returns true if any field that should trigger index update is 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 SearchTriggerFieldChanged(
this TreeNode page,
List<string> changedColumns
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page. - changedColumns
- Type: System.Collections.GenericListString
List of changed columns.
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
TreeNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also