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
<ManagedLinkAttribute(Fixup := True)> _
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ManagedLinks As ArrayList
Get
Set
'Usage
Dim instance As SummaryLinkWebPart
Dim value As ArrayList
value = instance.ManagedLinks
instance.ManagedLinks = value
[ManagedLinkAttribute(Fixup = true)]
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
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.