LOTUSSCRIPT/COM/OLE CLASSES


Accessing NotesViewNavigator properties
Example

The NotesViewNavigator class provides access to all entries or a subset of entries in a view. You can create a navigator by using the CreateViewNav, CreateViewNavFrom, CreateViewNavFromCategory, or CreateViewNavFromChildren methods in the NotesView class.

PropertyData typeDescription
CacheSizeLong(Read-write) The size of the navigator cache in view entries. For COM only.
CountLong(Read-only) The number of entries represented by the navigator
MaxLevelLong(Read-write) The navigator's maximum level of navigation
ParentViewNotesView(Read-only) The parent view of a navigator

Example
See Also