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

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

This enumeration specifies how nodes are sorted with respect to case. A value of None indicates that case is to be ignored when ordering nodes.

public enum XmlCaseOrder {
   None = 0,
   UpperFirst = 1,
   LowerFirst = 2
}

Hierarchy

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

Passed To

XPathExpression.AddSort()

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