Exports orders to XML format.

The document contains a nodelist of individual XML orders exported. This document is a complex hierarchical document.

Syntax:

o.exportorderstoxml(lcFilter, llMarkDownloaded)
Return: XML string
Parameters: lcFilter
A WHERE clause filter to be used against the invoice table. Typically you'll use Downloaded=0.

llMarkDownloaded
If true causes the invoices that are retrieved to be marked as downloaded.

See also:

Class cinvoice

Updated: 06/01/03 | Send topic feedback