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!

DocumentEditor.MoveChildren

[To be supplied.]

[Visual Basic]
Overridable Public Sub MoveChildren( _
   ByVal pos As TreePosition, _
   ByVal other As IDataEditor _
)
[C#]
public virtual void MoveChildren(
   TreePosition pos,
   IDataEditor other
);
[C++]
public: virtual void MoveChildren(
   TreePosition pos,
   IDataEditor* other
);
[JScript]
public function MoveChildren(
   pos : TreePosition,
   other : IDataEditor
);

Parameters

pos
[To be supplied.]
other
[To be supplied.]

See Also

DocumentEditor Class | DocumentEditor Members | System.Data.XML Namespace