IsMultiDbSearch (Database - Java)

Read-only. Indicates whether a database is of type "Multi DB Search."

Defined in

Database

Data type

boolean

Syntax

public boolean isMultiDbSearch()
    throws NotesException

Legal values

  • true if the database is of type "Multi DB Search"
  • false if the database is not of type "Multi DB Search"

Usage

The database must be open to use this property.

Example