SPExportMethodType enumeration

Specifies whether an export operation is full or incremental.

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

Syntax

'Declaration
Public Enumeration SPExportMethodType
'Usage
Dim instance As SPExportMethodType
public enum SPExportMethodType

Members

Member name Description
ExportAll Export all objects.
ExportChanges Export incremental changes only.

See also

Reference

Microsoft.SharePoint.Deployment namespace