LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates whether a database appears in database catalogs.
Note This property is new with Release 6.
Defined in
NotesDatabase
Data type
Boolean
Syntax
To get: flag = notesDatabase.ListInDbCatalog
To set: notesDatabase.ListInDbCatalog = flag
Legal values
This property corresponds to "List in Database Catalog" in the database design properties of the UI.
Categories determines the categories under which the database is listed.
The database must be open to use this property.
Language cross-reference
ListInDbCatalog property in Java Database class
Example