LOTUSSCRIPT/COM/OLE CLASSES
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
NotesOutlineEntry
Data type
Boolean
Syntax
To get: flag = notesOutlineEntry.IsHidden
To set: notesOutlineEntry.IsHidden = flag
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 in Java OutlineEntry class
Example See Also