JAVA/CORBA CLASSES
Read-only. Indicates whether a database is a Directory Catalog database, also known as the Light Weight NAB, or the Enterprise Address Book.
Note This property is new with Release 6.0.3.
Defined in
Database
Data type
boolean
Syntax
public boolean isDirectoryCatalog() throws NotesException
Legal values
This property is valid only for a database retrieved through the AddressBooks property of Session, and when the database is explicitly opened. For all other Database objects, this property returns false.
The database must be open to use this property.
Language cross-reference
IsDirectoryCatalog property in LotusScript NotesDatabase class
AdminOpenCatalog @command in formula language
Example See Also