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.0.0.0 (8.1.5347.20411)
Parameters
- columns
 - Type: 
System String
Selects only specified columns 
- where
 - Type: 
System String
The WHERE condition to use 
- orderBy
 - Type: 
System String
The ORDER BY expression to use to sort the result 
- topN
 - Type: 
System Int32
Selects only TOP N rows 
Return Value
Type: InfoDataSet SearchTaskInfoSee Also