Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






exportDxl method

Converts Domino data to DXL data.

Defined in

DxlExporter

Syntax

public String exportDxl(Database database)

throws NotesException
public String exportDxl(Document document)

throws NotesException
public String exportDxl(DocumentCollection documentcollection)

throws NotesException
public String exportDxl(NoteCollection notecollection)

throws NotesException

Parameters

Database database

The Domino data to be converted, in this case the entire database.

Document document

The Domino data to be converted, in this case one document.

DocumentCollection documentcollection

The Domino data to be converted, in this case the documents in a document collection.

NoteCollection notecollection

The Domino data to be converted, in this case the elements in a note collection.

Return value

String

The exported DXL.

Language cross-reference

Export in LotusScript NotesDXLExporter class

Process in LotusScript NotesXMLProcessor class

SetInput in LotusScript NotesXMLProcessor class

SetOutput in LotusScript NotesXMLProcessor class

See examples

Example: exportDxl method
Related topics
Exporting and importing DXL




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009