Skip to main content

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&

0minimum (top level)
30maximum (default)

Usage

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

Example