SearchTaskInfoProvider GetSearchTasksInternal Method Kentico 8.0 API Reference
Returns all the search tasks filtered by where condition and sorted by orderBy expression.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

columns
Type: OnlineSystem String
Specifies selected columns, null for all columns
where
Type: OnlineSystem String
The WHERE condition to use
orderBy
Type: OnlineSystem String
The ORDER BY expression to use to sort the result
topN
Type: OnlineSystem Int32
Number of records to return, 0 for all rows

Return Value

Type: InfoDataSet SearchTaskInfo 
See Also