ExportSettings Element (DeploymentExportSettings)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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.

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

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

ExportObjects Element (DeploymentExportSettings)

Parent Elements

None

See Also

Reference

SPExportSettings

Concepts

DeploymentExportSettings Schema