.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


EnableRole method
Example

Given the name of a role, enables the role for an entry.

Defined in

NotesACLEntry

Syntax

Call notesACLEntry.EnableRole( 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, and is already enabled for the entry, this method does nothing.

Language cross-reference

enableRole in Java ACLEntry class

Example
See Also