DeleteRole (NotesACL - LotusScript®)

Deletes a role from an ACL.

Defined in

NotesACL

Syntax

Call notesACL .DeleteRole( name$ )

Parameter

name$

String. The name of the role to remove. 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.

Usage

If the role you specified does not exist in the ACL, Notes® raises the error "Role name not found."

Example