SPClaimProviderManager.IBackupRestore.OnPostRestore method

O evento é chamado quando o sistema for concluído a restauração.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Function OnPostRestore ( _
    sender As Object, _
    args As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPostRestore
'Uso
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
)

Parâmetros

  • sender
    Type: System.Object

    O objeto que está chamando este evento.

Valor retornado

Type: System.Boolean
true se a restauração foi concluída com êxito; Caso contrário, false.

Implements

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Ver também

Referência

SPClaimProviderManager class

SPClaimProviderManager members

Microsoft.SharePoint.Administration.Claims namespace