IsInThisDB (NotesOutlineEntry - LotusScript®)

Read-only. Indicates whether an entry refers to an element within the current database.

Defined in

NotesOutlineEntry

Data type

Boolean

Syntax

To get: flag = notesOutlineEntry .IsInThisDB

Legal values

  • True indicates that the entry is in the current database.
  • False indicates that the entry is not in the current database.

Example