Contains the settings that are used for exporting content to a content migration package.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax
Visual Basic (Declaration)
<XmlTypeAttribute("ExportSettings")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public NotInheritable Class SPExportSettings
Inherits SPDeploymentSettings
Dim instance As SPExportSettings
[XmlTypeAttribute("ExportSettings")]
[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 Windows SharePoint Services 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.

Inheritance Hierarchy

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