AllEntries (NotesView - LotusScript®)

Read-only. All document entries in a view.

Note: This property is new with Release 5.

Defined in

NotesView

Data type

NotesViewEntryCollection

Syntax

To get: Set notesViewEntryCollection = notesView .AllEntries Usage

A view entry collection contains only document entries (no categories or totals).

If a view is filtered by FTSearch, this property returns the entries in the filtered view.

Use NotesViewNavigator (ViewNavigator in Java) to get all view entries including categories and totals.

Example