SelectForms (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for forms.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectForms()
   throws NotesException
public void setSelectForms(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of forms
  • false to indicate exclusion of forms

Usage

The following methods set this property:

Example