SPRestoreInformation Class
Provides information about a restore operation that is currently underway or just completed.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.Backup.SPBackupRestoreInformation
Microsoft.SharePoint.Administration.Backup.SPRestoreInformation
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRestoreInformation _
Inherits SPBackupRestoreInformation
Dim instance As SPRestoreInformation
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRestoreInformation : SPBackupRestoreInformation
Remarks
This class has no public constructor. To get a reference to an object of this class, you must read the Information property of a the SPBackupRestoreObject object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.