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!

DocumentNavigator.PopPosition

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

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

Return Value

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

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace