LOTUSSCRIPT/COM/OLE CLASSES
Enters a request in the Administration Requests database to move a user's name in the hierarchy.
Defined in
NotesAdministrationProcess
Syntax
noteID$ = notesAdministrationProcess.MoveUserInHierarchyRequest( username$ [ , targetcertifier$ ] [ , allowprimarynamechange ] )
Parameters
username$
noteID$
The NotesAdministrationProcess properties must specify a certifier.
This is phase 1 of the move. See MoveUserInHierarchyComplete for phase 2.
Language cross-reference
moveUserInHierarchyRequest in Java AdministrationProcess class
Example