📚 SAP Business One SDK Help

GetXMLelementCount Method
See Also 
FileName

Specifies the full path and file name of the XML file containing the Business objects.

Description

Retrieves the number of business objects described in an XML file.

Syntax

Visual Basic
Public Function GetXMLelementCount( _
   ByVal FileName As String _
) As Long

Parameters

FileName

Specifies the full path and file name of the XML file containing the Business objects.

Remarks

Use this method find out how many business objects are described in the XML file when using the method GetBusinessObjectFromXML, and you want to .

For more information, see Exchanging Data Using the DI API XML Capabilities.

See Also