LOTUSSCRIPT/COM/OLE CLASSES


CanDeleteDocuments property
Example

Read-write. For an entry with Author access or above 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


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 above to a database. If an entry has Reader, Depositor, or No access, this property is always False.

Language cross-reference

IsCanDeleteDocuments in Java ACLEntry class

Example
See Also