This topic has not yet been rated - Rate this topic

FormTemplateCollection.IBackupRestore.OnPostRestore method

Provides post restore processing.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
bool IBackupRestore.OnPostRestore(
	Object sender,
	SPRestoreInformation args
)

Parameters

sender
Type: System.Object
The object that calls OnPostRestore.
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.OnPostRestore(Object, SPRestoreInformation)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.