IsHidden (NotesOutlineEntry - JavaScript)

Read-Write. Indicates whether an entry is hidden in the current user context (read) or hides the entry in all contexts (write).

Defined in

NotesOutlineEntry

Syntax

isHidden() : boolean

setHidden(value:boolean) : void

Legal value Description
true if the entry is hidden
false if the entry displays 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.