SPExportSettings.ExportMethod Property

Gets or sets a value that specifies whether you want to do a full or incremental export.

Namespace:  Microsoft.SharePoint.Deployment
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Property ExportMethod As SPExportMethodType
    Get
    Set

Dim instance As SPExportSettings
Dim value As SPExportMethodType

value = instance.ExportMethod

instance.ExportMethod = value
public SPExportMethodType ExportMethod { get; set; }

Property Value

Type: Microsoft.SharePoint.Deployment.SPExportMethodType
An SPExportMethodType value.

Remarks

This property is used to determine which objects should be exported within the specified scope. The choices are:

  • ExportAll. Exports all objects within the specified scope regardless of whether they have been exported previously.

  • ExportChanges. Export only the objects that have changed since the last export operation (using the value of the ExportChangeToken property).

See Also

Reference

SPExportSettings Class

SPExportSettings Members

Microsoft.SharePoint.Deployment Namespace