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

Inserts node(s) at the specified position.

Overload List

Creates a new node and inserts it at the specified position in the tree relative to the current position and moves the navigator to point at this newly inserted node.

[Visual Basic] Overloads Overrides Public Sub Insert(TreePosition, XmlNodeType, String, String, String)
[C#] public override void Insert(TreePosition, XmlNodeType, String, String, String);
[C++] public: override void Insert(TreePosition, XmlNodeType, String, String, String);
[JScript] public override function Insert(TreePosition, XmlNodeType, String, String, String);

Inserts a copy of the node or nodes represented by the specified object into the specified position and moves to the root of the newly inserted nodes.

[Visual Basic] Overloads Overrides Public Sub Insert(TreePosition, Object, Type)
[C#] public override void Insert(TreePosition, Object, Type);
[C++] public: override void Insert(TreePosition, Object, Type);
[JScript] public override function Insert(TreePosition, Object, Type);

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace