SPWebApplication.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 SPWebApplication
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
sender
Typ: System.ObjectDie SPWebApplication , die wiederhergestellt werden.
info
Typ: Microsoft.SharePoint.Administration.Backup.SPRestoreInformationEin SPRestoreInformation -Objekt, das Daten über das Ereignis enthält.
Rückgabewert
Typ: System.Boolean
true bei erfolgreicher; andernfalls false.
Implementiert
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
Hinweise
Diese Methode ist nur von SharePoint Foundation nach einem schwerwiegenden Fehler Sicherung aufgerufen werden und Wiederherstellung der Infrastrukturcode vorgesehen.