📚 SAP Business One SDK Help

BoXmlExportTypes Enumeration
See Also 

Description

Defines the type for exporting an object to XML.

Members

MemberValueDescription
xet_AllNodes0Export to XML all fields (both read only and read/write fields) from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_ValidNodesOnly1Export to XML only valid fields that support XML import (read/write fields only) from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_NodesAsProperties2Export to XML all fields as properties from the database. (XML files exported using this type cannot be read by the ReadXml method.)
xet_ExportImportMode3Export to XML only valid fields that support XML import and export (read/write fields only that do not contain null values) from the database. (XML files exported using this type can be read by the ReadXml method.)
xet_NodesAsFields4Â