isPublicWriter (NotesACLEntry - JavaScript™)
Read-Write. For an entry with Author, Reader, Depositor, or No access, indicates whether the entry is a public writer of the database.
Defined in
NotesACLEntrySyntax
isPublicWriter() : boolean
setPublicWriter(flag:boolean) : void
Legal value | Description |
---|---|
true |
if the current entry is a public writer |
false |
if the current entry is not a public writer |
Usage
Setting this property has no effect on an ACL entry unless the entry has Author, Reader, Depositor, or No access to a database. If an entry has Manager, Designer, or Editor access, this property is alwaystrue
.By default, this property is false for a new entry with Author, Reader, Depositor, or No access.