This topic has not yet been rated - Rate this topic

SPJobDefinition.OnBackup method

Called when the system is being backed up.

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

Parameters

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

Return value

Type: System.Boolean
true if backup is successfully completed.

Implements

IBackupRestore.OnBackup(Object, SPBackupInformation)

This method should be called only by the backup/restore process.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.