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.
The event that is called when the system is being restored.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function OnRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnRestore
'Usage
Dim instance As SPIisWebServiceEndpoint
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnRestore(sender, _
info)
boolIBackupRestore.OnRestore(
Object sender,
SPRestoreInformation info
)
Parameters
- sender
Type: System.Object
Return Value
Type: System.Boolean
Returns Boolean.
Implements
IBackupRestore.OnRestore(Object, SPRestoreInformation)
Remarks
See also Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnRestore(Object, SPRestoreInformation).