Click or drag to resize
SearchIndexerGetSearchIndexes Method
Returns dataset of index IDs for specific type

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
protected virtual DataSet GetSearchIndexes(
	string taskType
)

Parameters

taskType
Type: SystemString
Task type

Return Value

Type: DataSet
See Also