IsAdminReaderAuthor (NotesACL - JavaScript)

Read-write. Indicates whether the administration server for the database can modify Readers and Authors fields in a database.

Defined in

NotesACL

Syntax

isAdminReaderAuthor() : boolean

setAdminReaderAuthor(flag:boolean) : void

Legal value Description
true if the administration server can modify Readers and Authors fields
false if the administration server cannot modify Readers and Authors fields

Usage

The database must have an administration server. See AdministrationServer in NotesACL and IsAdminServer in NotesACLEntry to check for and set the administration server.

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes to the ACL are lost.