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

Moves the XmlNavigator to the previous node in the selected set.

[Visual Basic]
Overridable Public Function MoveToPreviousSelected() As Boolean
[C#]
public virtual bool MoveToPreviousSelected();
[C++]
public: virtual bool MoveToPreviousSelected();
[JScript]
public function MoveToPreviousSelected() : Boolean;

Return Value

true if XmlNavigator moved to specified node; false if there are no previous selected nodes.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace