Click or drag to resize
SearchSettingsSearchesAnyOf Method
Returns true if the search settings indexes any of the given columns

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual bool SearchesAnyOf(
	IEnumerable<string> columns
)

Parameters

columns
Type: System.Collections.GenericIEnumerableString
Columns to check

Return Value

Type: Boolean
See Also