LOTUSSCRIPT/COM/OLE CLASSES


MoveRoamingUser method
Example

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$


destserver$
destserverpath$
Return value

noteID$


Usage

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