LOTUSSCRIPT/COM/OLE CLASSES
Given a name, finds its entry in an ACL.
Defined in
NotesACL
Syntax
Set notesACLEntry = notesACL.GetEntry( name$ )
Parameter
name$
notesACLEntry
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.
Language cross-reference
getEntry in Java ACL class
Example See Also