Share via


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

Remarks

This override restores the control state information for the SPUserCodeWebPart.

See Also

Reference

SPUserCodeWebPart Class

SPUserCodeWebPart Members

Microsoft.SharePoint.WebPartPages Namespace