RemoveACLEntry (NotesACL - LotusScript®)
Removes an entry from the ACL.
Note: This method is new with Release 5.0.2b.
Note: This method is supported in COM only.
Defined in
Syntax
Call notesACL .RemoveACLEntry( name$ )
Parameters
name$
String. The name of the person, group, or server for which you want to remove the entry. 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.