📚 SAP Business One SDK Help

FromXMLFile Method
See Also 
bstrFileName

Specifies the path and file name of the XML data.

Description

Imports data from an XML file to the object.

Syntax

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

Parameters

bstrFileName

Specifies the path and file name of the XML data.

See Also