SPDeployment Class
Abstract base class from which the SPExport and SPImport classes inherit.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Deployment.SPDeployment
Microsoft.SharePoint.Deployment.SPExport
Microsoft.SharePoint.Deployment.SPImport
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 SPDeployment _
Implements IDisposable
'Usage
Dim instance As SPDeployment
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPDeployment : IDisposable
Remarks
Do not use this class. Instead, use the SPExport and SPImport classes.
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.