JAVA/CORBA CLASSES


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

Defined in

DxlImporter

Data type

boolean

Syntax

public boolean getReplaceDbProperties()
   throws NotesException

public void setReplaceDbProperties(boolean flag)
   throws NotesException

Legal values


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.

Language cross-reference

ReplaceDbProperties property in LotusScript NotesDXLImporter class

See Also