Share via


SummaryLinkWebPart.ManagedLinks Property

Stores the URLs of the SummaryLinks, for automatic link update.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
<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
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
[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