DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSortOrderSystem.Xml.XPath (system.xml.dll) serializable enum 

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

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

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlSortOrder

Passed To

XPathExpression.AddSort( )

    [ Team LiB ] Previous Section Next Section