SelectPages (NoteCollection - Java)

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

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectPages()
   throws NotesException
public void setSelectPages(boolean flag)
   throws NotesException

Legal values

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

Usage

The following methods set this property:

Example