SelectFramesets (NoteCollection - Java)

Read-write. Indicates whether the collection contains notes for frame sets.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectFramesets()
   throws NotesException
public void setSelectFramesets(boolean flag)
   throws NotesException

Legal values

  • true to indicate the inclusion of frame sets
  • false to indicate the exclusion of frame sets

Usage

The following methods set this property:

Example