.

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


CurrentItem property
Example

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.

Language cross-reference

CurrentItem property in Java DirectoryNavigator class

Example