LOTUSSCRIPT/COM/OLE CLASSES


OutputDOCTYPE property
Example

Read-write. Indicates whether a !DOCTYPE statement is exported.

Defined in

NotesDXLExporter

Data type

String

Syntax

To get: flag = notesDXLExporter.OutputDOCTYPE

To set: notesDXLExporter.OutputDOCTYPE = flag

Legal values


Usage

The !DOCTYPE statement depends on the output and is typically one of the following:


You can change or suppress the SYSTEM clause with DoctypeSYSTEM.

Language cross-reference

OutputDOCTYPE property in Java DXLExporter class

Example
See Also