SPWebPartManager.LoadControlState Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Protected Overrides Sub LoadControlState ( _
savedState As Object _
)
'Usage
Dim savedState As Object
Me.LoadControlState(savedState)
protected override void LoadControlState(
Object savedState
)
Parameters
savedState
Type: System.ObjectThe object that contains the persisted state data to be loaded.
Remarks
This override loads the state for those properties that should persist across postback even when the EnableViewState property is set to false.