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

[To be supplied.]

[Visual Basic]
Overridable Public Function MoveToChild( _
   ByVal nChildIndex As Integer _
) As Boolean
[C#]
public virtual bool MoveToChild(
   int nChildIndex
);
[C++]
public: virtual bool MoveToChild(
   int nChildIndex
);
[JScript]
public function MoveToChild(
   nChildIndex : int
) : Boolean;

Parameters

nChildIndex
[To be supplied.]

See Also

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