SPImportSettings class

Contains the settings that are used for importing content from a content migration package.

Inheritance hierarchy

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

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPImportSettings _
    Inherits SPDeploymentSettings
'Usage
Dim instance As SPImportSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPImportSettings : SPDeploymentSettings

Remarks

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.

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

SPImportSettings members

Microsoft.SharePoint.Deployment namespace