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

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

Parameters

taskType
Type: SystemString
Task type

Return Value

Type: DataSet
See Also