LOTUSSCRIPT/COM/OLE CLASSES
Creates a new directory navigator.
Note This method is new with Release 8
Defined in
NotesDirectory
Syntax
Set notesDirectoryNavigator = notesDirectory.CreateNavigator()
Return value
notesDirectoryNavigator
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