LOTUSSCRIPT/COM/OLE CLASSES


MoveUserInHierarchyRequest method
Example

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$


targetcertifier$
allowprimarynamechange
Return value

noteID$


Usage

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