Retrieves the number of business objects described in an XML file.
Retrieves the number of business objects described in an XML file.
| Visual Basic |
|---|
Public Function GetXMLelementCount( _ ByVal FileName As String _ ) As Long |
Specifies the full path and file name of the XML file containing the Business objects.
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.