SPWebService.AddBackupObjects method

Adds the Web service to the backup/restore operation.

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

Syntax

'Declaration
Public Sub AddBackupObjects ( _
    parent As SPBackupRestoreObject _
)
'Usage
Dim instance As SPWebService
Dim parent As SPBackupRestoreObject

instance.AddBackupObjects(parent)
public void AddBackupObjects(
    SPBackupRestoreObject parent
)

Parameters

Implements

IBackupRestore.AddBackupObjects(SPBackupRestoreObject)

Remarks

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

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace