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 children to the backup tree.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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
self
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe current object in the backup tree.
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