IsCategorized (View - Java)

Read-only. Indicates whether a view is categorized.

Defined in

View

Data type

boolean

Syntax

public boolean isCategorized()
    throws NotesException

Legal values

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

Example