Name

XmlSortOrder — System.Xml.XPath (system.xml.dll) serializable enum 

Synopsis

public enum XmlSortOrder {
   Ascending = 1,
   Descending = 2
}

This enumeration specifies how nodes are sorted by numerical value, either ascending or descending.

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)XmlSortOrder

Passed To

XPathExpression.AddSort( )

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.