SAP Business One DI API 10.0 - Objects Reference (10.00.320)
XmlExportType Property
Tablelist
DI API
Service Layer
Description
Sets or returns a valid value of
BoXmlExportTypes
that specifies the types for exporting data from the database to XML format.
Property
Read-write property
Syntax
Visual Basic
Public Property XmlExportType() As
BoXmlExportTypes
Remarks
The default setting is
xet_AllNodes
(0). This setting supports older DI API versions but cannot be read using the
ReadXml
method. To use ReadXML method later, set the
XmlExportType
to
xet_ExportImportMode
(3).
See Also
Company Object