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.
This is an event that will be invoked when this object is added to the backup/restore operation. will be invoked.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.SPBackupRestoreObjectThis current object wich is being added to the backup/restore operation.