Click or drag to resize
DataClassInfoGetSearchIndexColumns Method
Returns all columns along with their types that should be included in the search index for current DataClassInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IEnumerable<ColumnDefinition> GetSearchIndexColumns()

Return Value

Type: IEnumerableColumnDefinition
See Also