Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.