.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Categories property
Example

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