Share via


SummaryLink.Order Property

Gets the current position of the SummaryLink object in the SummaryLinkCollection collection.

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

Syntax

'Declaration
Public ReadOnly Property Order As Integer
    Get
'Usage
Dim instance As SummaryLink
Dim value As Integer

value = instance.Order
public int Order { get; }

Property Value

Type: System.Int32
The order of this SummaryLink in the SummaryLinkCollection.

Remarks

When items are moved or deleted in the SummaryLinkCollection, their order properties are not immediately updated.

This property is used to identify a summary list link item that is being edited. It is set when the UpdateLinkProperties method of the SummaryLinkFieldValue object is called before the links are rendered or saved.

See Also

Reference

SummaryLink Class

SummaryLink Members

Microsoft.SharePoint.Publishing Namespace

IsGroupHeader