Click or drag to resize
CustomTableSearchIndexerGetSearchFields Method
Gets the collection of search fields. When no SearchFields colection is provided, new is created.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public override ISearchFields GetSearchFields(
	SearchIndexInfo index,
	ISearchFields searchFields = null
)

Parameters

index
Type: CMS.SearchSearchIndexInfo
Search index
searchFields (Optional)
Type: CMS.DataEngineISearchFields
Search fields collection

Return Value

Type: ISearchFields
See Also