LOTUSSCRIPT/COM/OLE CLASSES


DeleteRole method
Example

Deletes a role from an ACL.

Defined in

NotesACL

Syntax

Call notesACL.DeleteRole( name$ )

Parameter

name$


Usage

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

Language cross-reference

deleteRole in Java ACL class

Example
See Also