Move Method
Moves the specified document to a new document library.
Object Oriented Interface
public function doMove($documentname, $newdocumentlibrary, $newname);
Procedural Interface
incloudstorage_sharepoint_do_move($res, $documentname, $newdocumentlibrary, $newname);
Remarks
The specified DocumentName in the DocumentLibrary will be moved to NewName in the NewDocumentLibrary after a call to this method.