DataConnectionFile.IBackupRestore.OnBackupComplete Method
Provides post backup processing.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnBackupComplete ( _
sender As Object, _
args As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnBackupComplete
'Usage
Dim instance As DataConnectionFile
Dim sender As Object
Dim args As SPBackupInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnBackupComplete(sender, _
args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
bool IBackupRestore.OnBackupComplete(
Object sender,
SPBackupInformation args
)
Parameters
- sender
Type: System.Object
The object that calls OnBackupComplete.
- args
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformation
An SPBackupInformation object that contains data about the operation.
Return Value
Type: System.Boolean
true if successful; otherwise, false.
Implements
IBackupRestore.OnBackupComplete(Object, SPBackupInformation)