JAVA/CORBA CLASSES
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
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.
Language cross-reference
IsHidden property in LotusScript NotesOutlineEntry class
Example See Also