getLast (Outline - Java)

Gets the last entry of an outline.

Defined in

Outline

Syntax

public OutlineEntry getLast()
     throws NotesException

Return value

OutlineEntry

The last entry of the outline, or null if there are no entries.

Example