📚 SAP Business One SDK Help

ToXMLFile Method
See Also 
bstrFileName

The path and file name of the XML file.

Description

Creates an XML file that represents the object.

Syntax

Visual Basic
Public Sub ToXMLFile( _
   ByVal bstrFileName As String _
) 

Parameters

bstrFileName

The path and file name of the XML file.

Remarks

The schema of the XML can be retrieved with the GetXMLSchema method.

See Also