SocialNavigationControl.SaveViewState Method
Saves view-state changes that have occurred since the last page postback.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Function SaveViewState As Object
'Usage
Dim returnValue As Object
returnValue = Me.SaveViewState()
protected override Object SaveViewState()
Return Value
Type: System.Object
Returns the user control's current view state. If there is no view state associated with the control, it returns null .
Remarks
This override saves view-state changes that have occurred since the last page postback.