Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.