Rename Method
Renames the specified document in the document library.
Object Oriented Interface
public function doRename($documentname, $newname);
Procedural Interface
incloudstorage_sharepoint_do_rename($res, $documentname, $newname);
Remarks
The specified DocumentName will be renamed to NewName in the specified document library after a call to this method.