LOTUSSCRIPT/COM/OLE CLASSES
Enters a request in the Administration Requests database to move a user's roaming files to another server.
Defined in
NotesAdministrationProcess
Syntax
noteID$ = notesAdministrationProcess.MoveRoamingUser( username$ , destserver$ , destserverpath$ )
Parameters
username$
noteID$
The user must be configured as a roaming user. The administrator calling this method must have Create Replica rights on the destination server.
Language cross-reference
moveRoamingUser in Java AdministrationProcess class
Example