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.PopPosition

Moves the XmlNavigator back to a previously pushed position and pops that saved position off the stack.

[Visual Basic]
MustOverride Public Function PopPosition() As Boolean
[C#]
public abstract bool PopPosition();
[C++]
public: virtual bool PopPosition() = 0;
[JScript]
public abstract function PopPosition() : Boolean;

Return Value

true if XmlNavigator moved to previous push position; false if there is no more to pop.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace