IsServer (NotesACLEntry - JavaScript™)
Read-Write. Indicates whether this is a server ACL entry.
Defined in
NotesACLEntrySyntax
isServer() : boolean setServer(flag:boolean) : void
Usage
This property is true if UserType isTYPE_SERVER, TYPE_MIXED_GROUP,
or TYPE_SERVER_GROUP.Reading the property means the entry is a person or a person group. Writing the property makes the entry a person if IsGroup is false and a person group is IsGroup is true.
For setServer,
you must call save on the
ACL if you want the modified ACL to be saved to disk.