SPIisWebServiceEndpoint.IBackupRestore.OnPreRestore method
O evento é chamado quando o sistema está se preparando para uma operação de restauração.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Private Function OnPreRestore ( _
sender As Object, _
info As SPRestoreInformation _
) As Boolean Implements IBackupRestore.OnPreRestore
'Uso
Dim instance As SPIisWebServiceEndpoint
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
)
Parâmetros
- sender
Type: System.Object
Valor retornado
Type: System.Boolean
Retorna Boolean.
Implements
IBackupRestore.OnPreRestore(Object, SPRestoreInformation)
Comentários
Consulte também Microsoft#SharePoint#Administration#Backup#IBackupRestore#OnPreRestore(Object, SPRestoreInformation).