Compartilhar via


SPDeploymentSettings class

Representa a classe base para o conjunto de configurações usadas para importar e exportar conteúdo entre sites do Windows SharePoint Services.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Deployment.SPDeploymentSettings
    Microsoft.SharePoint.Deployment.SPExportSettings
    Microsoft.SharePoint.Deployment.SPImportSettings

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPDeploymentSettings
'Uso
Dim instance As SPDeploymentSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPDeploymentSettings

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.

Ver também

Referência

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace