SelectFolders (NoteCollection - Java)

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

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectFolders()
   throws NotesException
public void setSelectFolders(boolean flag)
   throws NotesException

Legal values

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

Usage

The following methods set this property:

Example