SPExportMethodType Simple Type (DeploymentExportSettings)
Applies to: SharePoint Foundation 2010
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)