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

[To be supplied.]

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

Parameters

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

See Also

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