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