ExportSettings Element (DeploymentExportSettings)
Applies to: SharePoint Foundation 2010
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
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 |
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 |
Optional. Enumeration specifying which level of deployment security to apply to the export settings. |
|
IncludeVersions |
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 |