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)

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.Object

    The 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.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace