Share via


ContentDeploymentJob.GetAllJobs Method

Returns a collection of all the content deployment jobs associated with this site.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Shared Function GetAllJobs As ContentDeploymentJobCollection
'Usage
Dim returnValue As ContentDeploymentJobCollection

returnValue = ContentDeploymentJob.GetAllJobs()
public static ContentDeploymentJobCollection GetAllJobs()

Return Value

Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection
A collection of all the content deployment jobs associated with this site.

See Also

Reference

ContentDeploymentJob Class

ContentDeploymentJob Members

Microsoft.SharePoint.Publishing.Administration Namespace