isRoleEnabled (NotesACLEntry - JavaScript)

Indicates whether a role is enabled for an entry.

Defined in

NotesACLEntry

Syntax

isRoleEnabled(role:string) : boolean
Parameter Description
role The name of the role.
Return value Description
boolean
  • true if the role is enabled for this entry
  • false if the role is not enabled for this entry

Usage

The role must exist in the ACL.