SPExportSettings class
Contains the settings that are used for exporting content to a content migration package.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Deployment.SPDeploymentSettings
Microsoft.SharePoint.Deployment.SPExportSettings
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPExportSettings _
Inherits SPDeploymentSettings
'Usage
Dim instance As SPExportSettings
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPExportSettings : SPDeploymentSettings
Remarks
The content migration object model provides classes that are used to import and export selected data from one SharePoint Foundation Web site to another. A content migration package is a CAB file that contains the exported data, along with its dependencies, as a collection of XML-formatted files.
Note that this class inherits from Microsoft.SharePoint.Deployment.SPExportSettings and that many of the export settings are declared there.
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.