ForumSearchablesRetrieverGetRelevantIndexes Method (ISearchable, String) |
Gets the list of indexes relevant to the given object
Namespace: CMS.Forums.InternalAssembly: CMS.Forums (in CMS.Forums.dll) Version: 11.0.0
Syntax 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:
ListSearchIndexInfoSee Also