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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.