HideFormula (OutlineEntry - Java)

Read-Write. A formula that determines when an entry is hidden, or an empty string.

Note: This property is new with Release 5.0.1.
Note: This property is supported for remote (IIOP) operations in Release 5.0.2.

Defined in

OutlineEntry

Data type

String

Syntax

public String getHideFormula()
     throws NotesException
public void setHideFormula(String value)
     throws NotesException

Usage

The hide formula must be a valid Notes® formula that evaluates to a boolean value.

UseHideFormula determines if the hide formula is used.

Example