LOTUSSCRIPT/COM/OLE CLASSES


CreateViewNavFromCategory method
Example

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$


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

createViewNavFromCategory method in Java View class

Example