Copy Method
Copies the specified document to a new location.
Object Oriented Interface
public function doCopy($documentname, $newdocumentlibrary, $newname);
Procedural Interface
incloudstorage_sharepoint_do_copy($res, $documentname, $newdocumentlibrary, $newname);
Remarks
The specified DocumentName in the DocumentLibrary will be copied to NewName in the NewDocumentLibrary after a call to this method.
To copy the document to the same document library, leave the NewDocumentLibrary parameter empty.