LOTUSSCRIPT/COM/OLE CLASSES
Creates a view navigator for all read entries in a view.
Note This method is new with Release 8.
Defined in
NotesView
Syntax
Set notesViewNavigator = notesView.CreateViewNavFromAllRead( [username] )
Parameters
username
notesViewNavigator
If the database does not track unread marks, all documents are considered read. The navigator contains all entries even if the view is filtered for a full-text search.
Language cross-reference
createViewNavFromAllRead method in Java View class
Example