.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


GetEntry method
Example

Given a name, finds its entry in an ACL.

Defined in

NotesACL

Syntax

Set notesACLEntry = notesACL.GetEntry( name$ )

Parameter

name$


Return value

notesACLEntry


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.

Language cross-reference

getEntry in Java ACL class

Example
See Also