Freigeben über


ContentDeploymentJob.GetInstance-Methode (String)

Ruft das ContentDeploymentJob -Objekt mit der angegebenen jobName.

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

Syntax

'Declaration
Public Shared Function GetInstance ( _
    jobName As String _
) As ContentDeploymentJob
'Usage
Dim jobName As String
Dim returnValue As ContentDeploymentJob

returnValue = ContentDeploymentJob.GetInstance(jobName)
public static ContentDeploymentJob GetInstance(
    string jobName
)

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJob
Die ContentDeploymentJob mit der angegebenen jobName.

Siehe auch

Referenz

ContentDeploymentJob Klasse

ContentDeploymentJob-Member

GetInstance-Überladung

Microsoft.SharePoint.Publishing.Administration-Namespace