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
NotesACL
Syntax
Call notesACL.RemoveACLEntry( name$ )
Parameters
name$
You must call Save on the ACL if you want the modified ACL to be saved to disk.
Language cross-reference
removeACLEntry in Java ACL class
Example See Also