MaxLevel (NotesViewNavigator - LotusScript®)

Read-write. The maximum level of navigation for the navigator.

Defined in

NotesViewNavigator

Data type

Long

Syntax

To get: maxlevel& = notesViewNavigator .MaxLevel

To set: notesViewNavigator .MaxLevel = maxlevel&

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.

Example