Export (NotesDXLExporter - LotusScript®)
Converts Domino® data to DXL data.
Note: This method is new with Release 6.5.
Defined in
Syntax
dxl$ = notesDXLExporter .Export( input )
Parameters
input
Variant. The Domino® data to be converted. One of the following:
- NotesDatabase
- NotesDocument
- NotesDocumentCollection
- NotesNoteCollection Note: The parameter is required in COM. It is optional in LotusScript® and defaults to SetInput or the input parameter of CreateDXLExporter.
Return value
dxl$
String. The exported DXL.
Usage
In LotusScript®, this method is an alternative to Process if pipelining is not used.