Click or drag to resize
SearchablesRetrieverGetRelevantIndexes Method (String, String)
Returns dataset of index IDs for specific type.

Namespace: CMS.Search.Internal
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual DataSet GetRelevantIndexes(
	string taskType,
	string searchProvider
)

Parameters

taskType
Type: SystemString
Task type.
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: DataSet
See Also