SPRestoreInformation.WasDifferentialBackupRequested property

Gets a value that indicates whether the source backup of a restore operation was a differential backup.

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

Syntax

'Declaration
Public ReadOnly Property WasDifferentialBackupRequested As Boolean
    Get
'Usage
Dim instance As SPRestoreInformation
Dim value As Boolean

value = instance.WasDifferentialBackupRequested
public bool WasDifferentialBackupRequested { get; }

Property value

Type: System.Boolean
true, if the source backup was a differential backup; otherwise, false.

Remarks

If the backup (that is identified as the source of this restore) was a differential, then the system has to be told that it must first restore the last full backup and only then restore the differential.

See also

Reference

SPRestoreInformation class

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace