isCanCreateSharedFolder (NotesACLEntry - JavaScript)

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

Defined in

NotesACLEntry

Syntax

isCanCreateSharedFolder() : boolean

setCanCreateSharedFolder(flag:boolean) : void

Legal value Description
true if the entry can create shared folders in the database
false if the entry cannot create shared folders 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 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.