Move Method
Moves the specified document to a new document library.
Syntax
public void move(String documentName, String newDocumentLibrary, String newName);
Remarks
The specified DocumentName in the DocumentLibrary will be moved to NewName in the NewDocumentLibrary after a call to this method.