ReplaceDbProperties (NotesDxlImporter - JavaScript)

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

Defined in

NotesDxlImporter

Syntax

getReplaceDbProperties() : boolean

setReplaceDbProperties(flag:boolean) : void

Legal value Description
true to replace the database properties from the DXL
false (default) to leave the database properties

Usage

This property is useful, for example, when you are using DxlImporter 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.