Click or drag to resize
StagingTaskInfoProviderGetTaskInfo Method

Note: This API is now obsolete.

Returns the TaskInfo structure for the specified task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IStagingTaskInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - StagingTaskInfo.Provider.")]
public static StagingTaskInfo GetTaskInfo(
	int taskId
)

Parameters

taskId
Type: SystemInt32
Task id

Return Value

Type: StagingTaskInfo
See Also