IsHiddenFromNotes (NotesOutlineEntry - LotusScript®)

Read-write. Indicates whether an entry is hidden in the context of the Notes® client.

Note: This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry .IsHiddenFromNotes

To set: notesOutlineEntry .IsHiddenFromNotes = flag

Legal values

  • True indicates that the entry is hidden in the Notes® client.
  • False indicates that the entry displays in the Notes® client.

Example