SPUserCodeProvider.OnRestore-Methode
Löst das Ereignis Wiederherstellen aus.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnRestore ( _
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.OnRestore(sender, _
info)
public virtual bool OnRestore(
Object sender,
SPRestoreInformation info
)
Parameter
sender
Typ: System.ObjectDas diese Methode aufrufende Objekt.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Restore-Informationen für das Objekt.
Rückgabewert
Typ: System.Boolean
true , wenn der Vorgang erfolgreich ist; andernfalls false.
Implementiert
IBackupRestore.OnRestore(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.