SelectViews (NoteCollection - Java)

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

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectViews()
   throws NotesException
public void setSelectViews(boolean flag)
   throws NotesException

Legal values

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

Usage

The following methods set this property:

Example