DataConnectionFileCollection.IBackupRestore.OnPreRestore Method
Provides restore preparation 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 OnPreRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Usage
Dim instance As DataConnectionFileCollection
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPreRestore(sender, _
args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
bool IBackupRestore.OnPreRestore(
Object sender,
SPRestoreInformation args
)
Parameters
- sender
Type: System.Object
The object that calls OnPreRestore.
- args
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation
An SPRestoreInformation object that contains data about the operation.
Return Value
Type: System.Boolean
true if successful; otherwise, false.
Implements
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
See Also
Reference
DataConnectionFileCollection Class