SPSecurityTokenServiceManager.IBackupRestore.OnPrepareBackup method
The event that is called when the system is preparing a backup operation.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnPrepareBackup ( _
sender As Object, _
args As SPBackupInformation _
) As Boolean Implements IBackupRestore.OnPrepareBackup
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim sender As Object
Dim args As SPBackupInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPrepareBackup(sender, _
args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
boolIBackupRestore.OnPrepareBackup(
Object sender,
SPBackupInformation args
)
Parameters
sender
Type: System.ObjectThe object that is calling this event.
args
Type: Microsoft.SharePoint.Administration.Backup.SPBackupInformationAn SPBackupRestoreInformation object that contains data about the event.
Return value
Type: System.Boolean
true if the backup is prepared successfully; otherwise, false.
Implements
IBackupRestore.OnPrepareBackup(Object, SPBackupInformation)
See also
Reference
SPSecurityTokenServiceManager class