SelectHelpIndex (NoteCollection - Java)

Read-write. Indicates whether the collection contains a help index note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectHelpIndex()
   throws NotesException
public void setSelectHelpIndex(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of a help index note
  • false to indicate exclusion of a help index note

Usage

The following methods set this property:

Example