InternetLevel (NotesACL - JavaScript)

Read-Write. The maximum Internet access level for this database.

Defined in

NotesACL

Syntax

getInternetLevel() : int

setInternetLevel(level:int) : void

Legal value

May be any of the following:

0 LEVEL_NOACCESS

1 LEVEL_DEPOSITOR

2 LEVEL_READER

3 LEVEL_AUTHOR

4 LEVEL_EDITOR

5 LEVEL_DESIGNER

6 LEVEL_MANAGER

Usage

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