Click or drag to resize
SearchTaskInfoProviderGetSearchTasksInternal Method (String, String, String, Int32)
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#
protected virtual InfoDataSet<SearchTaskInfo> GetSearchTasksInternal(
	string columns,
	string where,
	string orderBy,
	int topN
)

Parameters

columns
Type: SystemString
Specifies selected columns, null for all 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
Number of records to return, 0 for all rows

Return Value

Type: InfoDataSetSearchTaskInfo
See Also