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!

XmlNavigator.MoveToParent

Moves to the parent of the current node.

[Visual Basic]
MustOverride Public Function MoveToParent() As Boolean
[C#]
public abstract bool MoveToParent();
[C++]
public: virtual bool MoveToParent() = 0;
[JScript]
public abstract 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

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace