Domino Code Fragment
| Code Name* NotesACL and NotesACLEntry classes | Date* 06/09/2026 | Source (or email address if you prefer)* [email protected] IP address:.104.23.197.111 | |
| Description* The NotesACL class is used to give you access to a database's access control list (ACL). Once the ACL is accessible, NotesACLEntry can be used to retrieve all of the individual entries in the ACL using it's methods GetFirstEntry and GetNextEntry . | Type* LotusScript | Categories* (Misc) | |
| Implementation: | Required Client: | Server: |
| Limitations: | Comments: | |
| ACLLEVEL_NOACCESS | No access |
| ACLLEVEL_DEPOSITOR | Depositor access |
| ACLLEVEL_READER | Reader access |
| ACLLEVEL_AUTHOR | Author access |
| ACLLEVEL_EDITOR | Editor access |
| ACLLEVEL_DESIGNER | Designer access |
| ACLLEVEL_MANAGER | Manager access |