JAVA/CORBA CLASSES


MaxLevel property
Example

Read-Write. The navigator's maximum level of navigation.

Defined in

ViewNavigator

Data type

int

Syntax

public int getMaxLevel()
   throws NotesException

public void setMaxLevel(int mLevel)
   throws NotesException

Legal values


Usage

The maximum cannot be less than the minimum implied by the navigator type, for example, category, children, or descendants.

Language cross-reference

MaxLevel property in LotusScript NotesViewNavigator class

Example
See Also