Moving an item or a branch

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.




Moving an item or a branch is a combination of copying followed by deleting.
To move an item use CopyItem() followed by
DeleteItem(). To move a branch use CopyBranch()
followed by DeleteItem(). Note that when you delete an item then any child
item is also deleted.

 

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read