SelectNavigators (NoteCollection - Java)

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

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectNavigators()
   throws NotesException
public void setSelectNavigators(boolean flag)
   throws NotesException

Legal values

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

Usage

The following methods set this property:

Example