SocialNavigationControl.LoadViewState Method
Restores the view-state information from a previous request that was saved by the SaveViewState() method.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub LoadViewState ( _
savedState As Object _
)
'Usage
Dim savedState As Object
Me.LoadViewState(savedState)
protected override void LoadViewState(
Object savedState
)
Parameters
savedState
Type: System.ObjectAn object that represents the current control state to be restored.
Remarks
This override restores the view-state information from a previous request that was saved by the SaveViewState() method.