LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The number of matches found for the current name.
Note This property is new with Release 8
Defined in
NotesDirectoryNavigator
Data type
Long
Syntax
To get: CurrentMatches = notesDirectoryNavigator.CurrentMatches
Usage
This property will contain the number of matches found for the CurrentName in the directory navigator. If the navigator was created by the LookupAllNames method, so that CurrentName is blank, CurrentMatches will contain the number of matches returned from the FindFirstName call.
Language cross-reference
CurrentMatches property in Java DirectoryNavigator class
Example