DocumentSearchablesRetrieverGetRelevantIndexes Method (String, String) |
Returns dataset of index IDs for specific type.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public override 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:
DataSetSee Also