JAVA/CORBA CLASSES
Read-Write. For an entry with Editor, Author, or Reader access, indicates whether the entry can create personal folders in a database.
Defined in
ACLEntry
Data type
boolean
Syntax
public boolean isCanCreatePersonalFolder() throws NotesException
public void setCanCreatePersonalFolder(boolean flag) throws NotesException
Legal values
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, Author, or Reader access to a database. If an entry has Designer or Manager access, this property is always true. If an entry has Depositor or No access, this property is always false.
By default, this property is false for a new entry with Editor, Author, or Reader access.
Language cross-reference
CanCreatePersonalFolder property in LotusScript NotesACLEntry class
Example See Also