Share via


SPBackupRestoreHistoryObject.RestoreMethod Property

Gets a value specifying whether the operation, if it was a restore, was a restoration to a new tree of SharePoint Foundation components or an overwrite.

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

Syntax

'Declaration
Public ReadOnly Property RestoreMethod As SPRestoreMethodType
    Get
'Usage
Dim instance As SPBackupRestoreHistoryObject
Dim value As SPRestoreMethodType

value = instance.RestoreMethod
public SPRestoreMethodType RestoreMethod { get; }

Property Value

Type: Microsoft.SharePoint.Administration.Backup.SPRestoreMethodType
A SPRestoreMethodType that specifies the restoration method.

See Also

Reference

SPBackupRestoreHistoryObject Class

SPBackupRestoreHistoryObject Members

Microsoft.SharePoint.Administration.Backup Namespace