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

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPRestoreInformation _
    Inherits SPBackupRestoreInformation
'Usage
Dim instance As SPRestoreInformation
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, 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.

See also

Reference

SPRestoreInformation members

Microsoft.SharePoint.Administration.Backup namespace