<XmlTypeAttribute("ImportSettings")> _ <SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _ Public NotInheritable Class SPImportSettings Inherits SPDeploymentSettings
Dim instance As SPImportSettings
[XmlTypeAttribute("ImportSettings")] [SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] public sealed class SPImportSettings : SPDeploymentSettings
The content migration object model provides classes that are used to import and export selected data from one Windows SharePoint Services location to another. A content migration package is a CAB file that contains the exported data and its dependencies as a collection of XML-formatted files.
This class inherits from and extends the Microsoft.SharePoint.Deployment.SPDeploymentSettings class.