IsResponse (ViewColumn - Java)

Read-only. Indicates whether a column contains only response documents.

Defined in

ViewColumn

Data type

boolean

Syntax

public boolean isResponse()
    throws NotesException

Legal values

  • true if the column contains only response documents
  • false if the column contains any kind of document

Example