IsInMultiDbIndexing (Database - Java™)
Read-write. Indicates whether a database can be included in multi-database indexing.
Note: This property is new with Release 6.5.
Defined in
Data type
boolean
Syntax
public boolean isInMultiDbIndexing()
throws NotesException
public void setInMultiDbIndexing(boolean indexing)
throws NotesException
Legal values
- true if the database allows inclusion in multi-database indexing
- false if the database does not allow inclusion in multi-database indexing
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.