getNextItemValue (NotesDirectoryNavigator - JavaScript)

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

Defined in

NotesDirectoryNavigator

Syntax

getNextItemValue() : any
Return value Description
Vector The value of the next item of the current match.

Usage

Positions navigator to next item within current match, and updates the CurrentItem property with the item name. 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.