isGroup (NotesACLEntry - JavaScript™)
Read-Write. Indicates whether this is a group ACL entry.
Defined in
NotesACLEntrySyntax
isGroup() : boolean
setGroup(flag:boolean) : void
Usage
This property is true if UserType isTYPE_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.