JAVA/CORBA CLASSES
Creates a view navigator for all entries in a view down to a specified level.
Defined in
View
Syntax
public ViewNavigator createViewNavMaxLevel(int level) throws NotesException
public ViewNavigator createViewNavMaxLevel(int level, int cacheSize) throws NotesException
Parameters
int level
ViewNavigator
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 LotusScript NotesView class
ViewShowOnlyCategories @command in formula language
Example See Also