I'm looking to allow certain users to clone a collection, and all of it's child collections and folders to a new 'parent' collection.
I think I've got the overall design down, but after reading many timeout issues, I wanted to see if anyone here has any 'gotcha' things to stick clear of. I'm going to allow them to select a single collection from a Listbox and give them the chance to name the new 'parent' Collection and the folder it should belong to.
However, where I'm concerned is that iterating through parent>Collection1>Collection2>Collection3.. etc.
I'm thinking of feeding the folders into arrays then create the new folder and then copy docs from source to the new folder. Sound reasonable? Anyone already invent this wheel?