Click or drag to resize
StagingTaskInfoProviderSelectDocumentTaskList Method (Int32, Int32, String, 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 SelectDocumentTaskList(
	int siteId,
	int serverId,
	string aliasPath,
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: DataSet
See Also