IsPublicWriter (NotesACLEntry - LotusScript®)
Read-write. Indicates whether the current entry is a public writer of the database.
Defined in
Data type
Boolean
Syntax
To get: flag = notesACLEntry .IsPublicWriter
To set: notesACLEntry .IsPublicWriter = flag
Legal values
- True indicates that the current entry is a public writer.
- False indicates that the current entry is not a public writer.
Usage
For the No Access, Depositor, Reader, and Author access levels, the "Write Public Documents" option in the ACL dialog is enabled by default. If you check the box, you set the IsPublicWriter property to True. If not, the property is set to False.
For the Editor, Designer, and Manager access levels, the "Write Public Documents" option in the ACL dialog is enabled and checked by default. The check box is greyed out and the IsPublicWriter property remains set to True.