LOTUSSCRIPT/COM/OLE CLASSES


AddGroupMembers method
Example

Enters a request in the Administration Requests database to add members to a new or existing a group.

Defined in

NotesAdministrationProcess

Syntax

noteID$ = notesAdministrationProcess.AddGroupMembers( group$ , members )

Parameters

group$


members
Return value

noteID$


Usage

This method enters the following administration request: Add or Modify Group in Domino Directory.

If the group exists, the members are added to that group.

If the group does not exist, a new multi-purpose group is created containing the members.

Language cross-reference

addGroupMembers in Java AdministrationProcess class

Example