Click or drag to resize
SearchTaskInfoProvider.GetSearchTasks Method (String, String)
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: 9.0.0
Syntax
C#
public static InfoDataSet<SearchTaskInfo> GetSearchTasks(
	string where,
	string orderBy
)

Parameters

where
Type: System.String
The WHERE condition to use
orderBy
Type: System.String
The ORDER BY expression to use to sort the result

Return Value

Type: InfoDataSet<SearchTaskInfo>
See Also