Click or drag to resize
DocumentSearchIndexerGetRelevantIndexes Method
Gets the list of indexes relevant to the given object

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public override List<SearchIndexInfo> GetRelevantIndexes(
	ISearchable searchObject
)

Parameters

searchObject
Type: CMS.DataEngineISearchable
Search object

Return Value

Type: ListSearchIndexInfo
See Also