Click or drag to resize
StagingTaskInfoProviderSelectObjectTaskList 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 SelectObjectTaskList(
	int siteId,
	int serverId,
	string objectTypes,
	string where,
	string orderBy
)

Parameters

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

Return Value

Type: DataSet
See Also