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

[To be supplied.]

[Visual Basic]
Overridable Public Function MoveToId( _
   ByVal id As String _
) As Boolean
[C#]
public virtual bool MoveToId(
   string id
);
[C++]
public: virtual bool MoveToId(
   String* id
);
[JScript]
public function MoveToId(
   id : String
) : Boolean;

Parameters

id
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace