Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the web service application proxy and any child objects to the backup/restore job if the web service application proxy supports backup and restore.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Private Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
) Implements IBackupRestore.AddBackupObjects
'Usage
Dim instance As SPIisWebServiceApplicationProxy
Dim parent As SPBackupRestoreObject
CType(instance, IBackupRestore).AddBackupObjects(parent)
void IBackupRestore.AddBackupObjects(
SPBackupRestoreObject parent
)
parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject
The backup object to which the SPIisWebServiceApplicationProxy object is added.
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)
If the SPIisWebPserviceApplicationProxy does not support backup and restore, it will not be added to parent.
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.
SPIisWebServiceApplicationProxy class
Please sign in to use this experience.
Sign in