SelectHelpAbout (NoteCollection - Java)

Read-write. Indicates whether the collection contains an "About Database" note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectHelpAbout()
   throws NotesException
public void setSelectHelpAbout(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of an "About Database" note
  • false to indicate exclusion of an "About Database" note

Usage

The following methods set this property:

Example