CreateViewNavFromChildren (NotesView - LotusScript®)

Creates a view navigator for all the immediate children of a specified entry.

Note: This method is new with Release 5.

Defined in

NotesView

Syntax

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

Parameters

navigatorObject

Variant. A Document or ViewEntry object representing the parent entry. If you specify Nothing, this method generates an error.

cacheSize&

Note: This parameter is for COM only.

Long. Optional. The size of the navigator cache in view entries. Legal values are 0 (no cache) through 128 (default).

Return value

notesViewNavigator

A NotesViewNavigator object. The new view navigator.

Usage

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

Example