JAVA/CORBA CLASSES
Read-only. The current user's access level to a database.
Defined in
Database
Data type
int
Syntax
public int getCurrentAccessLevel() throws NotesException
Legal values
If a program runs on a workstation or is remote (IIOP), CurrentAccessLevel is determined by the access level of the current user.
If a program runs on a server, CurrentAccessLevel is determined by the access level of the person who last saved the program (the owner).
The database must be open to use this property.
Language cross-reference
CurrentAccessLevel property in LotusScript NotesDatabase class
@UserAccess function in formula language
@V4UserAccess function in formula language
Example See Also