LOTUSSCRIPT/COM/OLE CLASSES


CanCreateDocuments property
Example

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


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.

Language cross-reference

IsCanCreateDocuments in Java ACLEntry class

Example
See Also