only for RuBoard - do not distribute or recompile Previous Section Next Section
XmlSortOrder enum

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

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

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

Hierarchy

System.Objectfigs/U2192.gif System.ValueTypefigs/U2192.gif System.Enum(System.IComparable, System.IFormattable, System.IConvertible)figs/U2192.gif XmlSortOrder

Passed To

XPathExpression.AddSort()

only for RuBoard - do not distribute or recompile Previous Section Next Section