RenameGroup (NotesAdministrationProcess - LotusScript®)

Enters a request in the Administration Requests database to rename a group.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess .RenameGroup( group$ , newgroup$ )

Parameters

group$

String. The name of the group.

newgroup$

String. The new name of the group.

Return value

noteID$

String. The note ID of an entry created in the Administration Requests database.

Usage

This method triggers "Rename group in Domino® Directory," "Rename group in Person documents," "Rename group in Access Control List," and "Rename group in Reader / Author fields" administration process requests.

Example