Click or drag to resize
AbstractInfoBaseTInfoGetSearchFields Method
Returns search fields collection. When existing collection is passed as argument, fields will be added to that collection. When collection is not passed, new collection will be created and return. Collection will contain field values only when collection with StoreValues property set to true is passed to the method. When method creates new collection, it is created with StoreValues property set to false.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public virtual ISearchFields GetSearchFields(
	ISearchIndexInfo index,
	ISearchFields searchFields = null
)

Parameters

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

Return Value

Type: ISearchFields

Implements

ISearchableGetSearchFields(ISearchIndexInfo, ISearchFields)
See Also