IsRoleEnabled (NotesACLEntry - LotusScript®)

Given a role, indicates whether the role is enabled for an entry.

Defined in

NotesACLEntry

Syntax

flag = notesACLEntry .IsRoleEnabled( name$ )

Parameter

name$

String. The name of the role. The recommended style is to use just the name, with no parentheses or brackets around it. If brackets surround the name, they will be stripped and the enclosed name used.

Return value

  • Returns True if the role is enabled for this entry
  • Returns False if the role is not enabled

Example