JAVA/CORBA CLASSES
Read-Write. The categories under which a database appears in the Database Library. Multiple categories are separated by a comma or semicolon.
Defined in
Database
Data type
String
Syntax
public String getCategories() throws NotesException
public void setCategories(String categories) throws NotesException
Usage
A database retrieved through getFirstDatabase or getNextDatabase in DbDirectory does not have to be open for getCategories. Otherwise, the database must be open.
Language cross-reference
Categories property in LotusScript NotesDatabase class
Example See Also