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