LOTUSSCRIPT/COM/OLE CLASSES


CurrentAccessLevel property
Example

Read-only. The current user's access level to a database.

Defined in

NotesDatabase

Data type

Constant of type integer

Syntax

To get: level% = notesDatabase.CurrentAccessLevel

Legal values


Note These values are also used with the CreateACLEntry method and the InternetLevel property in the NotesACL class, the Level property in the NotesACLEntry class, and the GrantAccess method and QueryAccess method in the NotesDatabase class.

Usage


The database must be open to use this property.

Language cross-reference

CurrentAccessLevel in Java Database class

@UserAccess function in formula language

@V4UserAccess function in formula language

Example
See Also