LOTUSSCRIPT/COM/OLE CLASSES


Roles property
Example

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 square 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.

Language cross-reference

Roles in Java ACLEntry class

@UserRoles function in formula language

Example
See Also