LOTUSSCRIPT/COM/OLE CLASSES


CreateNavigator method
Example

Creates a new directory navigator.

Note This method is new with Release 8

Defined in

NotesDirectory

Syntax

Set notesDirectoryNavigator = notesDirectory.CreateNavigator()

Return value

notesDirectoryNavigator


Usage

Calls to Lookup against a Directory return a resident DirectoryNavigator, with successive Lookups resetting the cache and associated navigator. The CreateNavigator method is used to create additional DirectoryNavigators, allowing multiple simultaneous information retrievals.

Example