Share via


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.

See also

Reference

ContentDeploymentJob class

ContentDeploymentJob members

Microsoft.SharePoint.Publishing.Administration namespace