SPClaimProviderManager.IBackupRestore.OnPostRestore-Methode
Das Ereignis, das aufgerufen wird, wenn das System beendet ist wiederherstellen.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnPostRestore ( _
sender As Object, _
args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Usage
Dim instance As SPClaimProviderManager
Dim sender As Object
Dim args As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPostRestore(sender, _
args)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
boolIBackupRestore.OnPostRestore(
Object sender,
SPRestoreInformation args
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufruft.
args
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationEin SPBackupRestoreInformation -Objekt, das Daten über das Ereignis enthält.
Rückgabewert
Typ: System.Boolean
true , wenn die Wiederherstellung erfolgreich abgeschlossen wurde; andernfalls false.
Implementiert
IBackupRestore.OnPostRestore(Object, SPRestoreInformation)