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 IBackupRestore object and its child IBackupRestore objects to the specified backup object.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Private Sub AddBackupObjects ( _
parent As SPBackupRestoreObject _
) Implements IBackupRestore.AddBackupObjects
'Usage
Dim instance As FormsServiceBackup
Dim parent As SPBackupRestoreObject
CType(instance, IBackupRestore).AddBackupObjects(parent)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IBackupRestore.AddBackupObjects(
SPBackupRestoreObject parent
)
Parameters
- parent
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObject
The backup object to which the IBackupRestore objects are added.
Implements
IBackupRestore.AddBackupObjects(SPBackupRestoreObject)