GetEntry (NotesViewEntryCollection - LotusScript®)

Gets a specified entry in a view collection.

Defined in

NotesViewEntryCollection

Syntax

Set notesViewEntry = notesViewEntryCollection .GetEntry( entry )

Parameters

entry

A ViewEntry or Document object representing the entry to be retrieved. If you specify Nothing, this method generates an error.

Return value

notesViewEntry

The view entry to be retrieved. If the specified entry is not in the collection, returns Nothing.

Usage

The effect of this method is to move the current pointer.

Example