Share via


IExplorerNode.SortOrder Property

Gets or sets a value that is used to sort the current node among sibling nodes.

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Property SortOrder As Integer
int SortOrder { get; set; }

Property Value

Type: Int32
A value that is used to sort the current node among sibling nodes.

Remarks

Nodes are first sorted by their SortOrder property, then by their Text property.

.NET Framework Security

See Also

Reference

IExplorerNode Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace