Compartilhar via


ContentDeploymentRemoteImport classe

Representa a interface SOAP para ContentDeploymentWebService serviço da Web.

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 (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/sharepoint/soap/")> _
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ContentDeploymentRemoteImport _
    Inherits WebService
'Uso
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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ContentDeploymentRemoteImport membros

Microsoft.SharePoint.Publishing.Administration.WebServices namespace