SPSolutionValidator.OnRestore method

Event that is called when the system is being restored.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function OnRestore ( _
    sender As Object, _
    info As SPRestoreInformation _
) As Boolean
'Usage
Dim instance As SPSolutionValidator
Dim sender As Object
Dim info As SPRestoreInformation
Dim returnValue As Boolean

returnValue = instance.OnRestore(sender, _
    info)
public override bool OnRestore(
    Object sender,
    SPRestoreInformation info
)

Parameters

Return value

Type: System.Boolean
True if succesfully completed; otherwise, false is returned.

Implements

IBackupRestore.OnRestore(Object, SPRestoreInformation)
IBackupRestore.OnRestore(Object, SPRestoreInformation)

Remarks

This function should not be called by anything except the backup/restore process.

See also

Reference

SPSolutionValidator class

SPSolutionValidator members

Microsoft.SharePoint.UserCode namespace