Click or drag to resize
StagingTaskInfoProviderGetTasks Method
Get all staging tasks.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<StagingTaskInfo> GetTasks()

Return Value

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