LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether the current entry is a public writer of the database.
Defined in
NotesACLEntry
Data type
Boolean
Syntax
To get: flag = notesACLEntry.IsPublicWriter
To set: notesACLEntry.IsPublicWriter = flag
Legal values
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.
Language cross-reference
IsPublicWriter in Java ACLEntry class
Example See Also