HasChildren (OutlineEntry - Java)

Read-only. Indicates whether an entry contains child entries.

Defined in

OutlineEntry

Data type

boolean

Syntax

public boolean hasChildren()
     throws NotesException

Legal values

  • true if the entry contains child entries
  • false if the entry does not contain child entries

Example