Click or drag to resize
StagingTaskInfoProviderSelectObjectTaskList Method (Int32, Int32, String, String, String, Int32, 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: 9.0.0
Syntax
C#
public static ObjectQuery<StagingTaskInfo> SelectObjectTaskList(
	int siteId,
	int serverId,
	string objectTypes,
	string where,
	string orderBy,
	int topN,
	string columns
)

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
topN
Type: SystemInt32
Select top N rows
columns
Type: SystemString
Select only specified columns

Return Value

Type: ObjectQueryStagingTaskInfo
See Also