Move Method
Moves the specified document to a new document library.
Syntax
void __fastcall 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.