Share via


SPSolutionValidator.OnAddBackupObjects method

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

See also

Reference

SPSolutionValidator class

SPSolutionValidator members

Microsoft.SharePoint.UserCode namespace