AddRole (NotesACL - LotusScript®)

Adds a role to an ACL.

Defined in

NotesACL

Syntax

Call notesACL .AddRole( name$ )

Parameter

name$

String. The name of the new 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.

Example