SPJobDefinition.OnPreRestore-Methode
Wird aufgerufen, wenn das System zum Wiederherstellen einer Sicherungs vorbereitet wird.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPJobDefinition
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean
returnValue = instance.OnPreRestore(sender, _
info)
public virtual bool OnPreRestore(
Object sender,
SPRestoreInformation info
)
Parameter
sender
Typ: System.ObjectDie Quelle des Ereignisses.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationDie Sicherungsinformationen für dieses Objekt.
Rückgabewert
Typ: System.Boolean
true bei erfolgreicher.
Implementiert
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)