SPSolution.IBackupRestore.OnPreRestore-Methode
Das Ereignis, das aufgerufen wird, wenn das System eine Wiederherstellung vorbereitet wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Usage
Dim instance As SPSolution
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = CType(instance, IBackupRestore).OnPreRestore(sender, _
info)
boolIBackupRestore.OnPreRestore(
Object sender,
SPRestoreInformation info
)
Parameter
sender
Typ: System.ObjectDas Objekt, das dieses Ereignis aufruft.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Restore-Informationen für die Lösung.
Rückgabewert
Typ: System.Boolean
Gibt true erfolgreich abgeschlossen; andernfalls false.
Implementiert
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
Hinweise
Diese Funktion sollte nicht aufgerufen werden, indem alles außer der Sicherung und Wiederherstellungsprozess und gibt immer truezurück.