JAVA/CORBA CLASSES


deleteRole method
Example

Deletes a role from an ACL and removes it from any ACL entries that have it.

Defined in

ACL

Syntax

public void deleteRole(String name)
   throws NotesException

Parameters

String name


Usage

You must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

DeleteRole in LotusScript NotesACL class

Example
See Also