isAdminReaderAuthor (NotesACLEntry - JavaScript)

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

Defined in

NotesACLEntry

Syntax

isAdminReaderAuthor() : boolean

setAdminReaderAuthor(flag:boolean) : void

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.