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.
Raises the OnRestore event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Function OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPUserCodeExecutionTier
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnRestore(sender, _
info)
public override bool OnRestore(
Object sender,
SPRestoreInformation info
)
Parameters
sender
Type: System.ObjectThe object raising this event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationThe restoration information for the object.
Return Value
Type: System.Boolean
true if successfully completed; otherwise, false.
Implements
IBackupRestore.OnRestore(Object, SPRestoreInformation)
IBackupRestore.OnRestore(Object, SPRestoreInformation)
Remarks
This function should not be called by anything except the backup/restore process.