FormTemplateCollection.IBackupRestore.AddBackupObjects Method
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 FormTemplateCollection
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)