GetNextEntry (NotesACL - LotusScript®)

Given an ACL entry, returns the next one.

Defined in

NotesACL

Syntax

Set notesACLEntry = notesACL .GetNextEntry( entry )

Parameter

entry

NotesACLEntry. Any entry in the ACL. If you specify Nothing, this method generates an error.

Return value

notesACLEntry

NotesACLEntry. The entry following the specified entry in the ACL. Returns Nothing if there are no more entries.

Usage

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

Example