SPUserCodeWebPart.LoadControlState Method
Restores control 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 LoadControlState ( _
state As Object _
)
'Usage
Dim state As Object
Me.LoadControlState(state)
protected override void LoadControlState(
Object state
)
Parameters
state
Type: System.ObjectThe control state information.
Remarks
This override restores the control state information for the SPUserCodeWebPart.