JAVA/CORBA CLASSES
Read-Write. Indicates whether this is a group ACL entry.
Defined in
ACLEntry
Data type
boolean
Syntax
public boolean isGroup() throws NotesException
public void setGroup(boolean flag) throws NotesException
Usage
IsGroup is true if UserType is TYPE_MIXED_GROUP, TYPE_PERSON_GROUP, or TYPE_SERVER_GROUP.
For setGroup, you must call save on the ACL if you want the modified ACL to be saved to disk.
Language cross-reference
IsGroup property in LotusScript NotesACLEntry class
Example See Also