📚 SAP Business One SDK Help

ToXMLFile Method
See Also 
bstrFileName

The path and name of the XML file from which to retrieve the object's data.

Description

Sets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Syntax

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

Parameters

bstrFileName

The path and name of the XML file from which to retrieve the object's data.

See Also