SPUserCodeWebPart.LoadControlState method

Restores control state information from a previous page request.

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

Syntax

'Declaration
Protected Overrides Sub LoadControlState ( _
    state As Object _
)
'Usage
Dim state As Object

Me.LoadControlState(state)
protected override void LoadControlState(
    Object state
)

Parameters

Remarks

This override restores the control state information for the SPUserCodeWebPart.

See also

Reference

SPUserCodeWebPart class

SPUserCodeWebPart members

Microsoft.SharePoint.WebPartPages namespace