.

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


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