LOTUSSCRIPT/COM/OLE CLASSES


CreateViewNavMaxLevel method
Esempio

Creates a view navigator for all entries in a view down to a specified level.

Nota This method is new with Release 5.0.2b.

Nota This method is supported in COM only.

Defined in

NotesView

Syntax

Set notesViewNavigator = notesView.CreateViewNavMaxLevel( level& [, cacheSize& ] )

Parameters

level&


cacheSize&
Return value

notesViewNavigator


Usage

The entries in the navigator are all the entries in the view at levels 0 through the specified level.

An empty view results in an empty navigator. All navigation methods return null.

The cache enhances performance for iterative processing of entries using the navigation methods that do not take a parameter.

Language cross-reference

createViewNavMaxLevel method in Java View class

ViewShowOnlyCategories @command in formula language

Esempio