removeACLEntry (NotesACL - JavaScript)

Removes an entry from the ACL.

Defined in

NotesACL

Syntax

removeACLEntry(name:string) : void
Parameter Description
name The name of the person, group, or server whose entry you want to remove. You must supply the complete name, but hierarchical names can be in abbreviated format. Case is not significant.

Usage

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