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

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

Parameters

searchObject
Type: CMS.DataEngineISearchable
Search object

Return Value

Type: ListSearchIndexInfo
See Also