.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


IsPerson property
Example

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

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isPerson()
   throws NotesException

public void setPerson(boolean flag)
   throws NotesException

Usage

IsPerson is true if UserType is TYPE_PERSON, TYPE_MIXED_GROUP, or TYPE_PERSON_GROUP.

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

Language cross-reference

IsPerson property in LotusScript NotesACLEntry class

Example
See Also