ContentDeploymentRemoteImport class

Represents the SOAP interface for the ContentDeploymentWebService Web service.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.SharePoint.Publishing.Administration.WebServices.ContentDeploymentRemoteImport

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

Syntax

'Declaration
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/soap/")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentRemoteImport _
    Inherits WebService
'Usage
Dim instance As ContentDeploymentRemoteImport
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/sharepoint/soap/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ContentDeploymentRemoteImport : WebService

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ContentDeploymentRemoteImport members

Microsoft.SharePoint.Publishing.Administration.WebServices namespace