.

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


GetFirstItemValue method
Example

Returns the value of the first item of the current match.

Note This method is new with Release 8

Defined in

NotesDirectoryNavigator

Syntax

value = notesDirectoryNavigator.GetFirstItemValue()

Return value

value


Usage

Lookups automatically position the navigator at the first match of the first name.

This method always returns an array. If it is a single valued item, only the first value of the array will be populated.

Language cross-reference

getFirstItemValue in Java DirectoryNavigator class

Example