LOTUSSCRIPT/COM/OLE CLASSES
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
The !DOCTYPE statement depends on the output and is typically one of the following:
<!DOCTYPE document SYSTEM 'domino.dtd'>
Language cross-reference
OutputDOCTYPE property in Java DXLExporter class
Example See Also