LOTUSSCRIPT/COM/OLE CLASSES
Read-write. The categories under which a database appears in a database catalog.
Defined in
NotesDatabase
Data type
Variant
Syntax
To get: categoryList = notesDatabase.Categories
To set: notesDatabase.Categories = categoryList
Usage
The categories are separated by commas or semicolons in a single string.
These categories are also used for domain catalogs and searches.
ListInDbCatalog determines if the database is listed in database catalogs.
Language cross-reference
Categories in Java Database class
Example