LOTUSSCRIPT/COM/OLE CLASSES


CreateViewNavFromDescendants method
Example

Creates a view navigator for all the descendants of a specified entry.

Note This method is new with Release 5.

Defined in

NotesView

Syntax

Set notesViewNavigator = notesView.CreateViewNavFromDescendants( navigatorObject [ , cacheSize& ] )

Parameters

navigatorObject


cacheSize&

Note This parameter is for COM only.


Return value

notesViewNavigator


Usage

The navigator contains all entries even if the view is filtered for a full-text search.

Language cross-reference

createViewNavFromDescendants method in Java View class

Example