Roles (NotesACLEntry - LotusScript®)

Read-only. The roles that are enabled for an entry.

Defined in

NotesACLEntry

Data type

Array of strings

Syntax

To get: stringArray = notesACLEntry .Roles

Usage

Each element in the array is the name of a role. Each role name is surrounded by brackets, for example, "[Supervisor]."

Notes® Release 2 "privileges" are surrounded by parentheses. Properties and methods affecting roles, such as DisableRole and EnableRole, do not work on privileges.

Example