DeleteGroup (NotesAdministrationProcess - LotusScript®)

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

Defined in

NotesAdministrationProcess

Syntax

Call notesAdministrationProcess .DeleteGroup( groupname$ , immediate [ , deletewindowsgroup ] )

Parameters

groupname$

String. The name of the group.

immediate

Boolean.

  • True deletes all references to the group in the Domino® Directory before issuing an administration process request.
  • False lets the administration process make all deletions.
    Note: A True setting may impact performance.

deletewindowsgroup

Boolean. Optional.

  • True also deletes the corresponding Windows group.
  • False (default) does 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.

Example