CurrentItem (NotesDirectoryNavigator - LotusScript®)

Read-only. The name of the current item in the current match to which the navigator is pointing.

Note: This property is new with Release 8

Defined in

NotesDirectoryNavigator

Data type

String

Syntax

To get: CurrentItem$ = notesDirectoryNavigator .CurrentItem

Usage

This property will contain the name of the current item in the current match to which the directory navigator is pointing. It is updated by the GetNextItemValue and GetNthItemValue methods.

Example