Freigeben über


SPUserCodeProvider.OnPreRestore-Methode

Löst das PreRestore -Ereignis aus.

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

Syntax

'Declaration
Public Function OnPreRestore ( _
    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.OnPreRestore(sender, _
    info)
public bool OnPreRestore(
    Object sender,
    SPRestoreInformation info
)

Parameter

Rückgabewert

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

Implementiert

IBackupRestore.OnPreRestore(Object, SPRestoreInformation)

Hinweise

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