JAVA/CORBA CLASSES


IsCanCreateSharedFolder property
Example

Read-Write. For an entry with Editor access to a database, indicates whether the entry can create shared folders in the database.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isCanCreateSharedFolder()
   throws NotesException

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

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

Language cross-reference

CanCreateSharedFolder property in LotusScript NotesACLEntry class

Example
See Also