IsInMultiDbIndexing (NotesDatabase - LotusScript®)
Read-write. Indicates whether a database can be included in multi-database indexing.
Note: This property is new with Release 6.
Defined in
Data type
Boolean
Syntax
To get: flag = notesDatabase .IsInMultiDbIndexing
To set: notesDatabase .IsInMultiDbIndexing = flag
Legal values
- True indicates that the database allows inclusion in multi-database indexing.
- False indicates that 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.