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

System.Xml (system.xml.dll) serializable

These values describe the position of one node relative to another, with respect to document order.

public enum XmlNodeOrder {
   Before = 0,
   After = 1,
   Same = 2,
   Unknown = 3
}

Hierarchy

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

Returned By

System.Xml.XPath.XPathNavigator.ComparePosition()

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