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

[To be supplied.]

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

Parameters

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

See Also

IDataEditor Interface | IDataEditor Members | System.Data Namespace