Share via


ContentDeploymentRemoteImport.DeleteImportLogs method

Deletes import log files of a job.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteImportLogs ( _
    sourceJobId As Guid _
)
'Usage
Dim instance As ContentDeploymentRemoteImport
Dim sourceJobId As Guid

instance.DeleteImportLogs(sourceJobId)
[WebMethodAttribute]
public void DeleteImportLogs(
    Guid sourceJobId
)

Parameters

  • sourceJobId
    Type: System.Guid

    Job ID of job with import logs that are to be deleted.

See also

Reference

ContentDeploymentRemoteImport class

ContentDeploymentRemoteImport members

Microsoft.SharePoint.Publishing.Administration.WebServices namespace