This documentation is archived and is not being maintained.
XmlSortOrder Enumeration
.NET Framework 1.1
Specifies the sort order.
[Visual Basic] <Serializable> Public Enum XmlSortOrder [C#] [Serializable] public enum XmlSortOrder [C++] [Serializable] __value public enum XmlSortOrder [JScript] public Serializable enum XmlSortOrder
Members
| Member name | Description |
|---|---|
| Ascending | Nodes are sorted in ascending order. For example, if the numbers 1,2,3,4 were being sorted in an ascending order, they would appear as 1,2,3,4. |
| Descending | Nodes are sorted in descending order. For example, if the numbers 1,2,3,4 were being sorted in an descending order, they would appear as, 4,3,2,1. |
Requirements
Namespace: System.Xml.XPath
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: