ReplaceDbProperties (NotesDXLImporter - LotusScript®)

Read-write. Indicates whether the incoming DXL replaces the database properties.

Defined in

NotesDXLImporter

Data type

Boolean

Syntax

To get: flag = notesDXLImporter .ReplaceDbProperties

To set: notesDXLImporter .ReplaceDbProperties = flag

Legal values

  • True replaces the database properties from the DXL.
  • False (default) leaves the database properties.

Usage

This property is useful, for example, when you are using a NotesDXLImporter to create a new database and want to import the database title from the DXL to the new database.

See the attributes for database in the DominoDTD for a list of the database properties.

Example