JAVA/CORBA CLASSES


removeACLEntry method
Example

Removes an entry from the ACL.

Defined in

ACL

Syntax

public void removeACLEntry(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

RemoveACLEntry in LotusScript NotesACL class

Example
See Also