Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






GetAllReadEntries method

The method returns all entries that have been read.

Note This method is new with Release 8.

Defined in

NotesView

Syntax

Set notesViewEntryCollection = notesView.GetAllReadEntries( [username] )

Parameters

username

String. Optional. If present, the method returns a NotesViewEntryCollection containing all read documents on behalf of the given name. If omitted, the method returns a NotesViewEntryCollection containing all read documents on behalf of the current user ID.

Return value

notesViewEntryCollection

A NotesViewEntryCollection. If no entries are read, the collection is empty and the count is zero.

Usage

If the database does not track unread marks, all documents are considered read. See Locating documents within a view for infomation about working with documents.

Language cross-reference

getAllReadDocuments method in Java View class

See examples

Examples: GetAllReadEntries method




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009