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

Moves to the child element node of the owning document.

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

Return Value

true if the document that owns this node currently has a child element node.

false if the document that owns this node currently has no child element node.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace