JAVA/CORBA CLASSES


IsServer property
Example

Read-Write. Indicates whether this is a server ACL entry.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isServer()
   throws NotesException

public void setServer(boolean flag)
   throws NotesException

Usage

IsServer is true if UserType is TYPE_SERVER, TYPE_MIXED_GROUP, or TYPE_SERVER_GROUP.

For setServer, you must call save on the ACL if you want the modified ACL to be saved to disk.

Language cross-reference

IsServer property in LotusScript NotesACLEntry class

Example
See Also