Move Method
Moves the specified document to a new document library.
Syntax
procedure Move(DocumentName: String; NewDocumentLibrary: String; NewName: String);Remarks
The specified DocumentName in the DocumentLibrary will be moved to NewName in the NewDocumentLibrary after a call to this method.