DataConnectionFileCollection.IBackupRestore.OnPostRestore method

Provides post restore 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 OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As DataConnectionFileCollection
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean

returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
    args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
boolIBackupRestore.OnPostRestore(
    Object sender,
    SPRestoreInformation args
)

Parameters

Return value

Type: System.Boolean
true if successful; otherwise, false.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

See also

Reference

DataConnectionFileCollection class

DataConnectionFileCollection members

Microsoft.Office.InfoPath.Server.Administration namespace