LOTUSSCRIPT/COM/OLE CLASSES
Given the name of a role, enables the role for an entry.
Defined in
NotesACLEntry
Syntax
Call notesACLEntry.EnableRole( name$ )
Parameter
name$
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, and is already enabled for the entry, this method does nothing.
Language cross-reference
enableRole in Java ACLEntry class
Example See Also