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