Skip to main content

NotesDirectoryNavigator

Properties

NameDescription
CurrentItemRead-only. The name of the current item in the current match to which the navigator is pointing.
CurrentMatchRead-only. The iteration index into the internal match list of the current match to which the navigator is pointing.
CurrentMatchesRead-only. The number of matches found for the current name.
CurrentNameRead-only. The name of the current match to which the navigator is pointing.
CurrentView (NotesDirectoryNavigator)Read-only. The name of the cached view.
MatchLocatedRead-only. Indicates success of most recent match.
NameLocatedRead-only. Indicates success of finding a name.

Methods

NameDescription
FindFirstMatchPositions navigator to first match of the current name in the navigator.
FindFirstNamePositions navigator to the first name in the navigator and returns number of matches.
FindNextMatchPositions navigator to next match of the current name in the navigator.
FindNextNamePositions navigator to the next name in the namelist and returns number of matches.
FindNthMatchPositions navigator to nth match of the current name in the navigator.
FindNthNamePositions navigator to the nth name in the namelist and returns number of matches.
GetFirstItemValueReturns the value of the first item of the current match.
GetNextItemValueReturns the value of the next item of the current match.
GetNthItemValuePositions navigator to nth match of the current name in the navigator and returns the value of the current item.

Examples

NameDescription
Examples: CurrentView property (NotesDirectoryNavigator)This button accesses the "My Contacts" view of the personal address book in the local directory and returns the values of the "FullName" and…