Freigeben über


SPUserCodeProvider.OnPostRestore-Methode

Löst das PostRestore -Ereignis aus.

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

Syntax

'Declaration
Public Function OnPostRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPUserCodeProvider
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnPostRestore(sender, _
    info)
public bool OnPostRestore(
    Object sender,
    SPRestoreInformation info
)

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der Vorgang erfolgreich ist; andernfalls false.

Implementiert

IBackupRestore.OnPostRestore(Object, SPRestoreInformation)

Hinweise

Diese Implementierung immer gibt truezurück.

Diese Methode ist nur für die direkte Verwendung von schwerwiegenden Sicherung aufgerufen werden und Wiederherstellen von Infrastrukturcode in SharePoint Foundation.

Siehe auch

Referenz

SPUserCodeProvider Klasse

SPUserCodeProvider-Member

Microsoft.SharePoint.Administration-Namespace