Click or drag to resize
TaskInfoProvider.GetTasksInternal 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.")]
protected virtual InfoDataSet<TaskInfo> GetTasksInternal(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: System.String
Where condition
orderBy
Type: System.String
Order by
topN
Type: System.Int32
Get top N items
columns
Type: System.String
Columns to get

Return Value

Type: InfoDataSet<TaskInfo>
See Also