createACLEntry (NotesACL - JavaScript™)
Creates an entry in the ACL with the name and level that you specify.
Defined in
NotesACLSyntax
createACLEntry(name:string, level:int) : NotesACLEntry
Parameter | Description |
---|---|
name |
The name of the person, group, or server for whom you want to create an entry in the ACL. You must supply the complete name, but hierarchical names can be in abbreviated format. Case is not significant. |
level |
The level that you want to assign to this person,
group, or server in the ACL. May be any of the following:
|
Return value | Description |
---|---|
NotesACLEntry |
The newly-created entry. |