ExportSettings element (DeploymentExportSettings)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Deployment export settings root element, which provides an XML wrapper for the deployment export settings container object and provides a means for exporting content to a content migration package.

Definition

DECLARATION
<xs:element name="ExportSettings" type="SPExportSettings" />

USAGE
<ExportSettings>
        <ExportObjects />
<!-- SPDeploymentSettings -->
        <xs:attribute name="SiteUrl" type="xs:string" />
        <xs:attribute name="FileLocation" type="xs:string" />
        <xs:attribute name="BaseFileName" type="xs:string" />
        <xs:attribute name="IncludeSecurity" type="SPIncludeSecurity" />
<!-- SPExportSettings -->
        <xs:attribute name="IncludeVersions" type="SPIncludeVersions" />
        <xs:attribute name="ExportMethod" type="SPExportMethodType" />
        <xs:attribute name="ExportChangeToken" type="xs:string" />
        <xs:attribute name="ExportPublicSchema" type="xs:boolean" default="true" />
</ExportSettings>

Type

SPExportSettings

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Type Description
BaseFileName
xs:string
Optional. The name of the content migration package file.
ExportChangeToken
xs:string
Optional. Specifies the token to use when exporting incremental changes based on changes since the last export.
ExportMethod
SPExportMethodType Simple Type (DeploymentExportSettings)
Optional. Enumeration specifying whether the export operation is a full or incremental export, based on changes since the last export.
ExportPublicSchema
xs:boolean
Optional. Specifies whether to use the public schema format when exporting a list field; true if the export operation uses the public schema. The default value is true.
FileLocation
xs:string
Optional. The path to the directory where the content migration package is located.
IncludeSecurity
SPIncludeSecurity Simple Type (DeploymentExportSettings)
Optional. Enumeration specifying which level of deployment security to apply to the export settings.
IncludeVersions
SPIncludeVersions Simple Type (DeploymentExportSettings)
Optional. Enumeration specifying which export version settings to provide for the content migration package.
SiteUrl
xs:string
Optional. URL to the site containing the content that is being exported.

Child elements

Parent elements

None

See also