LOTUSSCRIPT/COM/OLE CLASSES
Read-only. The name of 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: CurrentName$ = notesDirectoryNavigator.CurrentName
Usage
This property will contain the name of the current match to which the directory navigator is pointing. It is updated by the FindFirstMatch, FindNextMatch and FindNthMatch methods.
If the directory navigator was created with the LookupAllNames method, this property will be an empty string.
Language cross-reference
CurrentName property in Java DirectoryNavigator class
Example