IsHidden (NotesOutlineEntry - LotusScript)
Read-write. Indicates whether an entry is hidden in the current user context (read) or hides an entry in all contexts (write).
Note: This property has new semantics with Release 5.0.1. Note: This property is obsolete in Release 5.0.3. Note: This property is not supported in COM.
Defined in
Data type
Boolean
Syntax
To get: flag = notesOutlineEntry .IsHidden
To set: notesOutlineEntry .IsHidden = flag
Legal values
- True indicates that the entry is hidden.
- False indicates that the entry is shown in the UI.
Usage
The current user context can be the Notes® client or a Web browser.
To read and write the hide properties with precision, see IsHiddenFromNotes, IsHiddenFromWeb, HideFormula, and UseHideFormula.