.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


MaxLevel property
Example

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
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.

Language cross-reference

MaxLevel property in Java ViewNavigator class

Example
See Also