HasChildren (NotesOutlineEntry - LotusScript®)

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

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry .HasChildren

Legal values

  • True indicates that the entry contains child entries.
  • False indicates that the entry does not contain child entries.

Example