SPBackupMethodType Enumeration

Specifies whether all content or only changed content is backed up.

Namespace:  Microsoft.SharePoint.Administration.Backup
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Members

Member name Description
None Unspecified method.
Full All content is backed up.
Differential Only content that has changed since the last full back up is backed up.

See Also

Reference

Microsoft.SharePoint.Administration.Backup Namespace