LOTUSSCRIPT/COM/OLE CLASSES


GetNextEntry method
Example

Given an ACL entry, returns the next one.

Defined in

NotesACL

Syntax

Set notesACLEntry = notesACL.GetNextEntry( entry )

Parameter

entry


Return value

notesACLEntry


Usage

The order of the ACL entries is unspecified. The order is not alphabetical and does not correspond to UI displays.

Language cross-reference

getNextEntry in Java ACL class

Example
See Also