CreateViewNavFromCategory (NotesView - LotusScript®)

Creates a view navigator for all entries under a specified category.

Note: This method is new with Release 5.

Defined in

NotesView

Syntax

Set notesViewNavigator = notesView .CreateViewNavFromCategory( category$ [ , cacheSize& ] )

Parameters

category$

String. The name of a category in the view.

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