IisWebServiceBackupBehaviorAttribute.AddChildObjects Method

Adds children to the backup tree.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overridable Sub AddChildObjects ( _
    self As SPBackupRestoreObject _
)
'Usage
Dim instance As IisWebServiceBackupBehaviorAttribute
Dim self As SPBackupRestoreObject

instance.AddChildObjects(self)
public virtual void AddChildObjects(
    SPBackupRestoreObject self
)

Parameters

Remarks

You can change the child setting so that it registers itself as an SPBackupRestoreObject but cannot be selected for a backup (that is you want to do the backup and/or restore yourself.

See Also

Reference

IisWebServiceBackupBehaviorAttribute Class

IisWebServiceBackupBehaviorAttribute Members

Microsoft.SharePoint.Administration Namespace