IsHierarchical (View - Java)

Read-only. Indicates whether a view shows response documents in a hierarchy.

Defined in

View

Data type

boolean

Syntax

public boolean isHierarchical()
    throws NotesException

Legal values

  • true if the view is hierarchical
  • false if the view is not hierarchical

Example