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.
Runs the specified RemoteImport job.
Namespace: Microsoft.SharePoint.Publishing.Administration.WebServices
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub RunJob ( _
jobId As Guid _
)
'Usage
Dim instance As ContentDeploymentRemoteImport
Dim jobId As Guid
instance.RunJob(jobId)
[WebMethodAttribute]
public void RunJob(
Guid jobId
)
Parameters
jobId
Type: System.GuidThe job identifier (ID).
See Also
Reference
ContentDeploymentRemoteImport Class
ContentDeploymentRemoteImport Members
Microsoft.SharePoint.Publishing.Administration.WebServices Namespace