SPExportMethodType Simple Type (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.
Provides values for the ExportMethod attribute on the ExportSettings Element (DeploymentExportSettings).
<xs:simpleType name="SPExportMethodType">
<xs:restriction base="xs:string">
<xs:enumeration value="ExportAll" />
<xs:enumeration value="ExportChanges" />
</xs:restriction>
</xs:simpleType>
Enumeration Values
Value |
Description |
---|---|
ExportAll |
Specifies that all export objects should be exported to the content migration package. |
ExportChanges |
Specifies that only export objects that have changed since the last version of the content migration package should be exported. |
Remarks
The SPExportMethodType simple type value specifies whether the export operation is full (all objects) or incremental (only those that have changed since the last version of the migration package).
See Also
Reference
ExportSettings Element (DeploymentExportSettings)