.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsPublicReader property
Example

Read-Write. For an entry with Depositor or No access, indicates whether the entry is a public reader of the database.

Defined in

ACLEntry class

Data type

boolean

Syntax

public boolean isPublicReader()
   throws NotesException

public void setPublicReader(boolean flag)
   throws NotesException

Legal values


Usage

Setting this property has no effect on an ACL entry unless the entry has Depositor or No access to a database. If an entry has Manager, Designer, Editor, Author, or Reader access, this property is always true.

By default, this property is false for a new entry with Depositor or No access.

Language cross-reference

IsPublicReader property in LotusScript NotesACLEntry class

Example
See Also