Click or drag to resize
TaskInfoProviderGetTasks Method (String, String, Int32, String)

Note: This API is now obsolete.

Gets all tasks based on parameters.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetTasks() instead.")]
public static InfoDataSet<TaskInfo> GetTasks(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Get top N items
columns
Type: SystemString
Columns to get

Return Value

Type: InfoDataSetTaskInfo
See Also