IsPublicReader (NotesACLEntry - LotusScript®)

Read-write. Indicates whether the current entry is a public reader of the database.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry .IsPublicReader

To set: notesACLEntry .IsPublicReader = flag

Legal values

  • True indicates that the current entry is a public reader.
  • False indicates that the current entry is not a public reader.

Usage

For the No Access and Depositor access levels, the "Read Public Documents" option in the ACL dialog is enabled by default. If you check the box, you set the IsPublicReader property to True. If not, the property is set to False.

For the Reader, Author, Editor, Designer, and Manager access levels, the "Read Public Documents" option in the ACL dialog is enabled and checked by default. The check box is greyed out and the IsPublicReader property remains set to True.

Example