getEntry (NotesACL - JavaScript)

Given a name, finds its entry in an ACL.

Defined in

NotesACL

Syntax

getEntry(ename:string) : NotesACLEntry
Parameter Description
ename The name whose ACL entry you want to find. You must supply the complete name, but hierarchical names can be in abbreviated format. Case is not significant.
Return value Description
NotesACLEntry The ACL entry that matches the name. If name is not in the ACL, returns null.

Usage

This method can find people, groups, or servers in an ACL. If a person is not listed explicitly in the ACL, but is a member of a group listed in the ACL, this method does not find that person's name.