SelectDatabaseScript (NoteCollection - Java)

Read-write. Indicates whether the collection contains a database script note.

Defined in

NoteCollection

Data type

boolean

Syntax

public boolean getSelectDatabaseScript()
   throws NotesException
public void setSelectDatabaseScript(boolean flag)
   throws NotesException

Legal values

  • true to indicate inclusion of a database script note
  • false to indicate exclusion of a database script note

Usage

The following methods set this property:

Example