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!

DataDocumentNavigator.MoveToParent

Moves to the parent of the current node.

[Visual Basic]
Overrides Public Function MoveToParent() As Boolean
[C#]
public override bool MoveToParent();
[C++]
public: override bool MoveToParent();
[JScript]
public override function MoveToParent() : Boolean;

Return Value

true if a parent node exists.

false if there is no parent node. This can happen if the tree is changed out from under the XmlNavigator.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace