CanDeleteDocuments (NotesACLEntry - LotusScript®)

Read-write. For an entry with Author access or higher to a database, indicates whether an entry can delete documents.

Defined in

NotesACLEntry

Data type

Boolean

Syntax

To get: flag = notesACLEntry .CanDeleteDocuments

To set: notesACLEntry .CanDeleteDocuments = flag

Legal values

  • True indicates that the entry can delete documents from the database.
  • False indicates that the entry cannot delete documents from 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 or higher to a database. If an entry has Reader, Depositor, or No access, this property is always False.

Example