IsCanDeleteDocuments (ACLEntry - Java)

Read-Write. For an entry with Author access or higher, indicates whether the entry can delete documents from a database.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isCanDeleteDocuments()
    throws NotesException
public void setCanDeleteDocuments(boolean flag)
    throws NotesException

Legal values

  • true if the entry can delete documents in the database
  • false if the entry cannot delete documents in the database

Usage

After setting this property, you must call save on the parent ACL for the changes to take effect.

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

By default, this property is false for a new entry with Manager, Designer, Editor, or Author access.

Example