JAVA/CORBA CLASSES


IsCanCreateDocuments 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

ACLEntry

Data type

boolean

Syntax

public boolean isCanCreateDocuments()
   throws NotesException

public void setCanCreateDocuments(boolean flag)
   throws NotesException

Legal values


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 Author access to a database. If an entry has Depositor, Editor, Designer, or Manager access, this property is always true. If an entry has Reader or No access, this property is always false.

By default, this property is false for a new entry with Author access.

Language cross-reference

CanCreateDocuments property in LotusScript NotesACLEntry class

Example
See Also