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!

IDataEditor.MoveChildren

[To be supplied.]

[Visual Basic]
Sub MoveChildren( _
   ByVal p As TreePosition, _
   ByVal other As IDataEditor _
)
[C#]
void MoveChildren(
   TreePosition p,
   IDataEditor other
);
[C++]
void MoveChildren(
   TreePosition p,
   IDataEditor* other
) = 0;
[JScript]
function MoveChildren(
   p : TreePosition,
   other : IDataEditor
);

Parameters

p
[To be supplied.]
other
[To be supplied.]

See Also

IDataEditor Interface | IDataEditor Members | System.Data Namespace