SPUserCodeWebPart.LoadViewState Method
Restores view state information from a previous page request.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Sub LoadViewState ( _
savedState As Object _
)
'Usage
Dim savedState As Object
Me.LoadViewState(savedState)
protected override void LoadViewState(
Object savedState
)
Parameters
savedState
Type: System.ObjectThe view state information.
Remarks
This override calls the LoadViewState() method.