CanCreateDocuments (NotesACLEntry - LotusScript®)

Read-write. For an entry with Author access to a database, indicates whether the entry is allowed to create new documents.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry .CanCreateDocuments

To set: notesACLEntry .CanCreateDocuments = flag

Legal values

  • True indicates that the entry can create new documents in the database.
  • False indicates that the entry cannot create new documents in the database.

Usage

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.

Setting this property has no effect on an ACL entry unless the entry has Author access to a database. If an entry has Editor, Designer, Depositor, or Manager access, this property is always True. If an entry has Reader or No access, this property is always False.

Example