UserType (NotesACLEntry - JavaScript)

Read-Write. The user type this entry has for this database.

Defined in

NotesACLEntry

Syntax

getUserType() : int

setUserType(type:int) : void

Legal value

  • 0 TYPE_UNSPECIFIED
  • 1 TYPE_PERSON
  • 2 TYPE_SERVER
  • 3 TYPE_MIXED_GROUP
  • 4 TYPE_PERSON_GROUP
  • 5 TYPE_SERVER_GROUP

Usage

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