SearchTaskInfoProviderGetSearchTasks Method (String, String, String, Int32) |
Returns all the search tasks filtered by where condition and sorted by orderBy expression.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public static InfoDataSet<SearchTaskInfo> GetSearchTasks(
string columns,
string where,
string orderBy,
int topN
)
Parameters
- columns
- Type: SystemString
Selects only specified columns - where
- Type: SystemString
The WHERE condition to use - orderBy
- Type: SystemString
The ORDER BY expression to use to sort the result - topN
- Type: SystemInt32
Selects only TOP N rows
Return Value
Type:
InfoDataSetSearchTaskInfoSee Also