IsHidden (OutlineEntry - Java)

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

Note: This property has new semantics with Release 5.0.1.

Defined in

OutlineEntry

Data type

boolean

Syntax

public boolean isHidden()
     throws NotesException
public void setHidden(boolean value)
     throws NotesException

Legal values

  • 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.

Example