LOTUSSCRIPT/COM/OLE CLASSES


MoveUserInHierarchyComplete method
Example

Enters a request in the Administration Requests database to rename a user based on a previous request to move the user in the hierarchy.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.MoveUserInHierarchyComplete( requestnoteid$ [ , lastname$ ] [ , firstname$ ] [ , middleinitial$ ] [ , orgunit$ ] [ , altcommonname$ ] [ , altorgunit$ ] [ , altlanguage$ ] [ , renamewindowsuser ] )

Parameters

requestnoteid$


lastname$
firstname$
middleinitial$
orgunit$
altcommonname$
altorgunit$
altlanguage$
renamewindowsuser
Return value

noteID$


Usage

The NotesAdministrationProcess properties must specify a certifier.

This is phase 2 of the move. See MoveUserInHierarchyRequest for phase 1.

Language cross-reference

moveUserInHierarchyComplete in Java AdministrationProcess class

Example