IsPublicAddressBook (Database - Java)

Read-only. Indicates if a database is a Domino® Directory.

Defined in

Database

Data type

boolean

Syntax

public boolean isPublicAddressBook()
    throws NotesException

Legal values

  • true if the database is a Domino® Directory
  • false if the database is not a Domino® Directory

Usage

This property is available for Database objects retrieved from getAddressBooks in Session. For other Database objects, this property has no value and evaluates to false.

The database must be open to use this property.

Example