Click or drag to resize
StagingTaskInfoProviderGetTaskInfo Method
Returns the TaskInfo structure for the specified task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static StagingTaskInfo GetTaskInfo(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Task id

Return Value

Type: StagingTaskInfo
See Also