SPDeploymentSettings class

Represents the base class for the collection of settings used for importing and exporting content between Windows SharePoint Services Web sites.

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

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPDeploymentSettings
'Usage
Dim instance As SPDeploymentSettings
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, 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.

See also

Reference

SPDeploymentSettings members

Microsoft.SharePoint.Deployment namespace