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