IsConfigurationDirectory (Database - Java)

Read-only. Indicates whether a database is a Configuration Directory database.

Note: This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isConfigurationDirectory()
    throws NotesException

Legal values

  • true if the database is a Configuration Directory
  • false if the database is not a Configuration Directory

Usage

This property is available for Database objects retrieved from the AddressBooks property in Session. For other Database objects, this property has no value, and therefore evaluates to false when used in conditional statements.

The database must be open to use this property.

Example