Move Method
Moves the specified document to a new document library.
Syntax
int Move(char* lpszDocumentName, char* lpszNewDocumentLibrary, char* lpszNewName);
Remarks
The specified DocumentName in the DocumentLibrary will be moved to NewName in the NewDocumentLibrary after a call to this method.