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

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

Parameters

searchObject
Type: CMS.DataEngineISearchable
Search object

Return Value

Type: ListSearchIndexInfo
See Also