SummaryLinkCollection.Item Property (String)
Returns a Summary Link from the collection.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As String _
) As SummaryLink
Get
'Usage
Dim instance As SummaryLinkCollection
Dim id As String
Dim value As SummaryLink
value = instance(id)
public SummaryLink this[
string id
] { get; }
Parameters
- id
Type: System.String
Identifier of the summary link.
Property Value
Type: Microsoft.SharePoint.Publishing.SummaryLink
The SummaryLink that has Order equal to the id.
Remarks
The identifier of the SummaryLink is the Order property. This property will change when items are added or removed from the collection.