Click or drag to resize
StagingTaskInfoProviderGetTasks Method

Note: This API is now obsolete.

Get all staging tasks.

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

Return Value

Type: ObjectQueryStagingTaskInfo
Returns all staging tasks, does not depends on server, site or type.
See Also