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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
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