SearchExtensionsSearchFieldChanged Method |
Returns true if any field included in the search changed (checks fields defined in Class Search Settings).
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax public static bool SearchFieldChanged(
this DataClassInfo dc,
List<string> changedColumns,
bool checkSpecialFields = true
)
Parameters
- dc
- Type: CMS.DataEngineDataClassInfo
- changedColumns
- Type: System.Collections.GenericListString
- checkSpecialFields (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DataClassInfo. 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