.

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


IsAdminReaderAuthor property
Example

Read-Write. Indicates whether an entry that is an administration server can modify reader and author fields.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isAdminReaderAuthor()
   throws NotesException

public void setAdminReaderAuthor(boolean flag)
   throws NotesException

Usage

If the ACL entry is not an administration server, setAdminReaderAuthor(true) does nothing. No exception is thrown and the property remains false. Use isAdminServer and setAdminServer to check and change the entry.

For setAdminReaderAuthor, you must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

IsAdminReaderAuthor property in LotusScript NotesACLEntry class

Example
See Also