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 finished with the backup and restore procedure.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Function OnBackupComplete ( _
sender As Object, _
info As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As SPSolution
Dim sender As Object
Dim info As SPBackupInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
info)
boolIBackupRestore.OnBackupComplete(
Object sender,
SPBackupInformation info
)
Parameters
sender
Type: System.ObjectThe object that is calling the event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformationThe backup information about the solution.
Return Value
Type: System.Boolean
Returns true if the backup was successfully completed; otherwise, false.
Implements
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)
Remarks
This function should not be called by anything except the backup and restore process.