getParent (Outline - Java)

Returns the parent of a specified entry.

Defined in

Outline

Syntax

public OutlineEntry getParent(OutlineEntry entry)
     throws NotesException

Parameters

OutlineEntry entry

An entry in the outline.

Return value

OutlineEntry

The parent entry of the one specified as the parameter, or null if there is no parent.

Example