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

Moves to the document node that owns this node.

[Visual Basic]
Overrides Public Sub MoveToDocument()
[C#]
public override void MoveToDocument();
[C++]
public: override void MoveToDocument();
[JScript]
public override function MoveToDocument();

Remarks

All nodes belong to one and only one document; therefore, this method is guaranteed to succeed.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace