SearchSettingsContainsTriggerColumn Method |
Returns true if the any of the given columns triggers index update.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual bool ContainsTriggerColumn(
IEnumerable<string> columns
)
Parameters
- columns
- Type: System.Collections.GenericIEnumerableString
Columns to check
Return Value
Type:
BooleanSee Also