LOTUSSCRIPT/COM/OLE CLASSES


LookupAllNames method
Example

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$


items
Return value

notesDirectoryNavigator


Usage

This method will flush the NotesDirectory cache and reset all child navigators.

The items specified in this method can be:

For best performance, use column names from the specified view or computed items.

Since no names are furnished as input arguments, the NotesDirectoryNavigator CurrentName property will be empty.

Example