Click or drag to resize
StagingTaskInfoProviderSelectTaskList Method (Int32, Int32, String, String)
Selects all the tasks within subtree of given alias path, with information on the count of the failed attempts and without the task data.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static DataSet SelectTaskList(
	int siteId,
	int serverId,
	string where,
	string orderBy
)

Parameters

siteId
Type: SystemInt32
Tasks site ID
serverId
Type: SystemInt32
Tasks server ID
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause

Return Value

Type: DataSet
See Also