TypeOrObject must be an McDBNode, whose McDBNode.Data is copied to a newly created child node in the McDBNode.Children this McDBNodes represents. The new child McDBNode will have the name specified by Name and the same McDBType as the McDBNode in TypeOrObject. Unlike mcdbNewNodeShareData, the McDBNode.Data property of TypeOrObject is copied to the new child McDBNode, and the McDBNode.Data property of each McDBNode remains independent of the other.
|