Name (NotesACLEntry - JavaScript)

Read-Write. The name of an ACL entry.

Defined in

NotesACLEntry

Syntax

getName() : string

setName(name:string) : void

setName(name:NotesName) : void

Usage

Hierarchical names are returned in canonical format. However, you can enter a hierarchical name as a string in abbreviated format.

For setName, you must call save on the ACL if you want the modified ACL to be saved to disk.

If you change the name of an entry, the other properties of the entry (such as Level) are preserved.

The NotesName object for setName cannot be null.