LOTUSSCRIPT/COM/OLE CLASSES


DisableRole method
Example

Given a role, disables the role for an entry.

Defined in

NotesACLEntry

Syntax

Call notesACLEntry.DisableRole( name$ )

Parameter

name$


Usage

If the role does not exist in the access control list, this method raises the error "Role name not found."

If the role exists in the ACL, but is already disabled for the entry, this method does nothing.

Language cross-reference

disableRole in Java ACLEntry class

Example
See Also