.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


ReplaceDbProperties property
Example

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


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.

Language cross-reference

ReplaceDbProperties property in Java DXLImporter class

Example
See Also