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.