JAVA/CORBA CLASSES


TopLevelEntryCount property
Example

Read-only. The number of top-level entries in a view.

Defined in

View

Data type

int

Syntax

public int getTopLevelEntryCount()
   throws NotesException

Usage

If the view is categorized, this count is the number of main categories.

If the view has totals, this count includes the grand total.

Where the count may exceed 32767, read this property into a Long and if it is negative add 65535.

Language cross-reference

TopLevelEntryCount property in LotusScript NotesView class

Example
See Also