LOTUSSCRIPT/COM/OLE CLASSES
Looks up designated Items for all Names contained in the specified View.
Caution Large results will be limited by the system, according to settings in Notes.ini. This method is intended for views with limited scopes.
Note This method is new with Release 8
Defined in
NotesDirectory
Syntax
Set notesDirectoryNavigator = notesDirectory.LookupAllNames(view$, items)
Parameters
view$
notesDirectoryNavigator
This method will flush the NotesDirectory cache and reset all child navigators.
The items specified in this method can be:
Since no names are furnished as input arguments, the NotesDirectoryNavigator CurrentName property will be empty.
Example