Share via


SPBackupRestorePhaseType Enumeration

Specifies what stage in a backup or restore operation is currently underway.

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

Syntax

Public Enumeration SPBackupRestorePhaseType

Dim instance As SPBackupRestorePhaseType
public enum SPBackupRestorePhaseType

Members

Member name Description
NotSelected The current object has not been selected for the backup or restore operation.
NotStarted The operation has not started.
Starting The operation is starting.
OnPrepareBackup Preliminary steps for a backup are underway.
OnBackup The backup is underway.
OnBackupComplete The backup stage is complete.
OnPreRestore Preliminary steps for a restore operation are underway.
OnRestore The restore operation is underway.
OnPostRestore Post restore finalizing is underway.
Done The operation is finished.
Abort The operation is being aborted.

See Also

Reference

Microsoft.SharePoint.Administration.Backup Namespace