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!

DataDocumentNavigator.MoveToChild

Moves to the specified child node of the current node (index 0 is the first child).

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

Parameters

i
The index of the child node.

Return Value

true if the specified child node exists; false if the specified child node does not exist.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace