📚 SAP Business One SDK Help

GetDataInterfaceFromXMLFile Method
See Also 
bstrFileName

Specifies the path and file name of the XML data.

Description

Creates data structure from specified XML file.

Syntax

Visual Basic
Public Function GetDataInterfaceFromXMLFile( _
   ByVal bstrFileName As String _
) As Object

Parameters

bstrFileName

Specifies the path and file name of the XML data.

Example

See Also