NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TreePosition Enumeration

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.

Members

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.

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

System.NewXml Namespace