Click or drag to resize
ForumSearchablesRetrieverGetRelevantIndexes Method (ISearchable, String)
Gets the list of indexes relevant to the given object

Namespace: CMS.Forums.Internal
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax
C#
public override List<SearchIndexInfo> GetRelevantIndexes(
	ISearchable searchObject,
	string searchProvider
)

Parameters

searchObject
Type: CMS.DataEngineISearchable
Search object
searchProvider
Type: SystemString
Defines search provider for which to return relevant indexes. If not defined then indexes for all search providers are returned.

Return Value

Type: ListSearchIndexInfo
See Also