IsCurrentAccessPublicReader (Database - Java)

Read-only. Indicates whether the current user has public reader access in a database.

Note: This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isCurrentAccessPublicReader()
    throws NotesException

Legal values

  • true if the user has public reader access
  • false if the user does not have public reader access

Usage

The database must be open to use this property.

Example