Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 PreRestore event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Private Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Usage
Dim instance As SPIisWebServiceApplicationProxy
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPreRestore(sender, _
info)
boolIBackupRestore.OnPreRestore(
Object sender,
SPRestoreInformation info
)
sender
Type: System.Object
The web service application proxy that is to be restored.
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation
An SPRestoreInformation object that contains data about the event.
Type: System.Boolean
true if successful; otherwise, false.
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplicationProxy instance is cast to an IBackupRestore interface.
This method is only intended to be called from catastrophic backup and restore infrastructure code in SharePoint Foundation.
SPIisWebServiceApplicationProxy class
Please sign in to use this experience.
Sign in