Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when the system is done restoring a backup.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Function OnPostRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPJobDefinition
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPostRestore(sender, _
info)
public virtual bool OnPostRestore(
Object sender,
SPRestoreInformation info
)
Parameters
sender
Type: System.ObjectThe source of the event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationThe backup information for this object.
Return Value
Type: System.Boolean
true if successful.
Implements
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)