I know how to add/edit/delete items in a list using Lists Web Service (lists.asmx) and REST but I’m wondering if there is an easy way to clone? I know I can get the item, iterate through its data and create a new list item with the same data but that seems complicated and thought there might be a faster/easier way?
↧