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

Moves to the first child of the current node.

[Visual Basic]
Overrides Public Function MoveToFirstChild() As Boolean
[C#]
public override bool MoveToFirstChild();
[C++]
public: override bool MoveToFirstChild();
[JScript]
public override function MoveToFirstChild() : Boolean;

Return Value

true if there is a first child node; false if there are no child nodes.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace