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.
When implemented in a derived class, raises the AddBackupObjects event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Sub OnAddBackupObjects ( _
self As SPBackupRestoreObject _
)
'Usage
Dim self As SPBackupRestoreObject
Me.OnAddBackupObjects(self)
protected virtual void OnAddBackupObjects(
SPBackupRestoreObject self
)
Parameters
self
Type: Microsoft.SharePoint.Administration.Backup.SPBackupRestoreObjectThe object that called the method.