LOTUSSCRIPT/COM/OLE CLASSES
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
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 Java ViewNavigator class
Example See Also