ExemptUserAgentCollection.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 ExemptUserAgentCollection
Dim parent As SPBackupRestoreObject

CType(instance, IBackupRestore).AddBackupObjects(parent)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
void IBackupRestore.AddBackupObjects(
    SPBackupRestoreObject parent
)

Parameters

Implements

IBackupRestore.AddBackupObjects(SPBackupRestoreObject)

See also

Reference

ExemptUserAgentCollection class

ExemptUserAgentCollection members

Microsoft.Office.InfoPath.Server.Administration namespace