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.MoveTo (IDataNavigator)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function MoveTo( _
   ByVal other As IDataNavigator _
) As Boolean
[C#]
public virtual bool MoveTo(
   IDataNavigator other
);
[C++]
public: virtual bool MoveTo(
   IDataNavigator* other
);
[JScript]
public function MoveTo(
   other : IDataNavigator
) : Boolean;

Parameters

other
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace | DocumentNavigator.MoveTo Overload List