SummaryLinkWebPart.ManagedLinkHash property

Gets or sets a hash table of ManagedLinks used to determine if any link targets have changed.

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

Syntax

'Declaration
Public Property ManagedLinkHash As String
    Get
    Set
'Usage
Dim instance As SummaryLinkWebPart
Dim value As String

value = instance.ManagedLinkHash

instance.ManagedLinkHash = value
public string ManagedLinkHash { get; set; }

Property value

Type: System.String

Remarks

The Web Part stores SummaryLinks that contain a LinkUrl and an ImageUrl. These URLs are managed by the Web Part framework so that they are updated if the link targets move within the SharePoint Server 2010 site. The ManagedLinkHash is a hash of the saved ManagedLinks links and is used to quickly determine if the ManagedLinks have been modified by the system since the last time that they were saved.

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace

ManagedLinks