ListInDbCatalog (NotesDatabase - LotusScript®)
Read-write. Indicates whether a database appears in database catalogs.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .ListInDbCatalog
To set: notesDatabase .ListInDbCatalog = flag
Legal values
- True indicates that the database appears in database catalogs.
- False indicates that the database does not appear in database catalogs.
Usage
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.