JAVA/CORBA CLASSES


IsInMultiDbIndexing property
Example

Read-write. Indicates whether a database can be included in multi-database indexing.

Note This property is new with Release 6.5.

Defined in

Database

Data type

boolean

Syntax

public boolean isInMultiDbIndexing()
   throws NotesException

public void setInMultiDbIndexing(boolean indexing)
   throws NotesException

Legal values


Usage

This property corresponds to "Include in multi-database indexing" in the database design properties of the UI.

The database must be open to use this property.

Language cross-reference

IsInMultiDbIndexing property in LotusScript NotesDatabase class

Example
See Also