Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.68 KB

spexportmethodtype-simple-type-deploymentexportsettings.md

File metadata and controls

44 lines (32 loc) · 1.68 KB
title manager ms.date description ms.audience ms.topic ms.localizationpriority ms.assetid
SPExportMethodType Simple Type (DeploymentExportSettings)
soliver
06/13/2022
Describes SPExportMethodType Simple Type (DeploymentExportSettings) and includes information on elements and attributes.
Developer
reference
medium
cf806690-29b1-4aea-b1ef-b4cc3550ad8f

SPExportMethodType Simple Type (DeploymentExportSettings)

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

Provides values for the ExportMethod attribute on the ExportSettings Element (DeploymentExportSettings).

Definition

<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