ContentDeploymentJob.GetAllQuickDeployJobs Method
Gets the collection of all Quick Deploy content deployment jobs in this ContentDeploymentJobCollection collection.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function GetAllQuickDeployJobs As ContentDeploymentJobCollection
'Usage
Dim returnValue As ContentDeploymentJobCollection
returnValue = ContentDeploymentJob.GetAllQuickDeployJobs()
public static ContentDeploymentJobCollection GetAllQuickDeployJobs()
Return Value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection
The list of Quick Deploy content deployment jobs that are associated with this SPSite object.