deleteGroup (NotesAdministrationProcess - JavaScript)

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

Defined in

NotesAdministrationProcess

Syntax

deleteGroup(groupname:string, immediate:boolean) : string

deleteGroup(groupname:string, immediate:boolean, deletewindowsgroup:boolean) : string

Parameter Description
String groupname The name of the group.
boolean immediate
  • true to delete all references to the group in the Domino® Directory before issuing an administration process request
  • false to let the administration process make all deletions
Note: A true setting may impact performance.
boolean deletewindowsgroup
  • true to delete the corresponding Windows group
  • false (default) to not delete the corresponding Windows group

Usage

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

Language cross-reference

deleteGroup in LotusScript® NotesAdministrationProcess class

deleteGroup in Java AdministrationProcess class