LOTUSSCRIPT/COM/OLE CLASSES


IsPublicReader property
Example

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


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.

Language cross-reference

IsPublicReader in Java ACLEntry class

Example
See Also