SummaryLinkWebPart.LoadViewState method

Loads the last saved view state of the SummaryLinkWebPart object.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Sub LoadViewState ( _
    savedState As Object _
)
'Usage
Dim savedState As Object

Me.LoadViewState(savedState)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override void LoadViewState(
    Object savedState
)

Parameters

  • savedState
    Type: System.Object

    The last saved view state to load.

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace