IsInThisDB (OutlineEntry - Java)

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

Defined in

OutlineEntry

Data type

boolean

Syntax

public boolean isInThisDB()
     throws NotesException

Legal values

  • true if the entry is in the current database
  • false if the entry is not in the current database

Example