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.
Raises the AddBackupObjects event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub OnAddBackupObjects ( _
self As SPBackupRestoreObject _
)
'Usage
Dim self As SPBackupRestoreObject
Me.OnAddBackupObjects(self)
protected override void OnAddBackupObjects(
SPBackupRestoreObject self
)
Parameters
self
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe object that raises the method.
Remarks
This method should only be called by the backup/restore infrastructure.