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

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

This enumeration specifies whether to sort node values by type as numeric value (Number) or alphabetically (Text).

public enum XmlDataType {
   Text = 1,
   Number = 2
}

Hierarchy

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

Passed To

XPathExpression.AddSort()

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