Click or drag to resize
SearchExtensionsSearchTriggerFieldChanged Method
Returns true if any field that should trigger index update is changed (checks fields defined in Class Search Settings).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
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: Boolean

Usage 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