DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSortOrderserializable

System.Xml.XPath (system.xml.dll)enum

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

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

Hierarchy

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

Passed To

XPathExpression.AddSort( )

    [ Team LiB ] Previous Section Next Section