This topic has not yet been rated - Rate this topic

SPJobDefinition.OnPostRestore method

Called when the system is done restoring a backup.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public virtual bool OnPostRestore(
	Object sender,
	SPRestoreInformation info
)

Parameters

sender
Type: System.Object
The source of the event.
info
Type: Microsoft.SharePoint.Administration.Backup.SPRestoreInformation
The backup information for this object.

Return value

Type: System.Boolean
true if successful.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.