Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the instance of the SPDeploymentObject object that matches the specified jobId.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function GetInstance ( _
jobId As Guid _
) As ContentDeploymentJob
'Usage
Dim jobId As Guid
Dim returnValue As ContentDeploymentJob
returnValue = ContentDeploymentJob.GetInstance(jobId)
public static ContentDeploymentJob GetInstance(
Guid jobId
)
Parameters
jobId
Type: System.GuidThe identification number of this content deployment job.
Return Value
Type: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob
The SPDeploymentObject instance with the specified jobId.