📚 SAP Business One SDK Help

XmlExportType Property
See Also 

Description

Sets or returns a valid value of BoXmlExportTypes that specifies the types for exporting data from the database to XML format.

Property type

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