Share via


SPIisWebServiceApplicationProxy.IBackupRestore.OnPrepareBackup method

Raises the PrepareBackup event.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

boolIBackupRestore.OnPrepareBackup(
    Object sender,
    SPBackupInformation info
)

Parameters

  • sender
    Type: System.Object

    The web service application proxy that is to be backed up.

Return value

Type: System.Boolean
true if successful; otherwise, false.

Implements

IBackupRestore.OnPrepareBackup(Object, SPBackupInformation)

Remarks

This member is an explicit interface member implementation. It can be used only when the SPIisWebServiceApplicationProxy instance is cast to an IBackupRestore interface.

This method is only intended to be called from catastrophic backup and restore infrastructure code in SharePoint Foundation.

See also

Reference

SPIisWebServiceApplicationProxy class

SPIisWebServiceApplicationProxy members

Microsoft.SharePoint.Administration namespace