LOTUSSCRIPT/COM/OLE CLASSES


IsHiddenFromWeb property
Example

Read-write. Indicates whether an entry is hidden in the context of a Web browser.

Note This property is new with Release 5.0.1.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry.IsHiddenFromWeb

To set: notesOutlineEntry.IsHiddenFromWeb = flag

Legal values


Language cross-reference

IsHiddenFromWeb in Java OutlineEntry class

Example
See Also