LOTUSSCRIPT/COM/OLE CLASSES
Note This property is new with Release 5.
Note Preferred is IsAdminReaderAuthor in NotesACL, new with Release 6.
Defined in
NotesACLEntry
Data type
Boolean
Syntax
To get: flag = notesACLEntry.IsAdminReaderAuthor
To set: notesACLEntry.IsAdminReaderAuthor = flag
Legal values
If the ACL entry is not an administration server, setting AdminReaderAuthor to True does nothing. No error occurs and the property remains False. Use IsAdminServer to check and change the entry.
After setting this property, you must call Save on the parent NotesACL in order for the changes to take effect. If you do not call Save, your changes to the NotesACLEntry will be lost.
Language cross-reference
IsAdminReaderAuthor in Java ACLEntry class
See Also