DocumentSearchTriggerFieldsHelperTriggerFieldChanged Method |
Returns true if any field that should trigger index update is changed (checks fields defined in Class Search Settings).
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static bool TriggerFieldChanged(
BaseInfo info,
List<string> changedColumns = null,
bool checkSpecialFields = true
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Info object - changedColumns (Optional)
- Type: System.Collections.GenericListString
List of changed columns, if not provided, retrieves the list from the object - checkSpecialFields (Optional)
- Type: SystemBoolean
If true, the special fields like (ClassSearchTitleColumn, etc.) are checked for changes
Return Value
Type:
BooleanSee Also