InternetLevel (ACL - Java™)
Read-Write. The maximum Internet access level for this database.
Defined in
Data type
int
Syntax
public int getInternetLevel()
throws NotesException
public void setInternetLevel(int level)
throws NotesException
Legal values
- ACL.LEVEL_NOACCESS
- ACL.LEVEL_DEPOSITOR
- ACL.LEVEL_READER
- ACL.LEVEL_AUTHOR
- ACL.LEVEL_EDITOR
- ACL.LEVEL_DESIGNER
- ACL.LEVEL_MANAGER
Usage
You must call save if you want the modified ACL to be saved to disk.