MaxLevel (ViewNavigator - Java™)
Read-Write. The navigator's maximum level of navigation.
Defined in
Data type
int
Syntax
public int getMaxLevel()
throws NotesException
public void setMaxLevel(int mLevel)
throws NotesException
Legal values
- 0 minimum (top level)
- 30 maximum (default)
Usage
The maximum cannot be less than the minimum implied by the navigator type, for example, category, children, or descendants.