JAVA/CORBA CLASSES


Level property
Example

Read-Write. The access level this entry has for this database.

Defined in

ACLEntry

Data type

int

Syntax

public int getLevel()
   throws NotesException

public void setLevel(int level)
   throws NotesException

Legal values


Usage

For setLevel, you must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

Level property in LotusScript NotesACLEntry class

Example
See Also