SummaryLinkWebPart.ManagedLinks property

Gets or sets the URLs used by the SummaryLinks Web Part for automatic link updates.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<ManagedLinkAttribute(Fixup := True)> _
Public Property ManagedLinks As ArrayList
    Get
    Set
'Usage
Dim instance As SummaryLinkWebPart
Dim value As ArrayList

value = instance.ManagedLinks

instance.ManagedLinks = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[ManagedLinkAttribute(Fixup = true)]
public ArrayList ManagedLinks { get; set; }

Property value

Type: System.Collections.ArrayList

Remarks

The Web Part stores SummaryLinks that contain a LinkUrl and an ImageUrl. These URLs are extracted from the SummaryLinks and stored in this ManagedLinks property so that they can be updated by the Web Part framework if the link targets move within the SharePoint site.

See also

Reference

SummaryLinkWebPart class

SummaryLinkWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace

ManagedLinkHash