Part III: Examples of Ribbons Customization in SharePoint 2013
this article in taken from http://aaclage.blogspot.in/ This article is a follow up from my Examples of Ribbons Customization in SharePoint Articles with a collection of Custom Ribbons Actions. For this Article i provide 2 new Ribbon Custom Actions using JSOM call " Copy Document to another Folder " and " Copy ListItem with Metadata". Examples of Ribbons Customization in SharePoint 2013 http://aaclage.blogspot.ch/2014/04/examples-of-customization-of-ribbons-in.html Part II: Examples of Ribbons Customization in SharePoint 2013 http://aaclage.blogspot.ch/2015/12/part-ii-examples-of-ribbons.html Yes, i am aware of the new SharePoint 2016 JSOM for copy and move documents in SharePoint 2016 like reference in the following link , but my example uses the File Object to copy the file to their destination url with some nice tricks . Methods: SP.MoveCopyUtil.copyFile SP.MoveCopyUtil.copyFolder SP.MoveCopyUtil.moveFile SP.MoveCopyUtil.moveFolder For t