GetEntry (NotesACL - LotusScript®)

Given a name, finds its entry in an ACL.

Defined in

NotesACL

Syntax

Set notesACLEntry = notesACL .GetEntry( name$ )

Parameter

name$

String. The name for which you want to find the ACL entry. The name must be an exact match, including case.

Return value

notesACLEntry

NotesACLEntry. The ACL entry that matches name$. If name$ is not in the ACL, it returns Nothing.

Usage

GetEntry 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 that's listed in the ACL, GetEntry does not find that person's name.

Example