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

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

See Also

Reference

SocialNavigationControl Class

SocialNavigationControl Members

Microsoft.SharePoint.Portal.WebControls Namespace