Specifies a position relative to the current node.
[Visual Basic] Public Enum TreePosition [C#] public enum TreePosition [C++] public enum TreePosition
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
After | The sibling immediately after the current node/record. |
Before | The sibling immediately before the current node/record. |
FirstAttribute | The first attribute of the current node/record. |
FirstChild | The first child of the current node/record. |
LastAttribute | [To be supplied.] |
LastChild | The last child of the current node/record. |
None | No position. |
Parent | The parent of the current node/record. |
Namespace: System.NewXml
Assembly: System.Xml.dll