📚 SAP Business One SDK Help

GetDataInterfaceFromXMLString Method
See Also 
bstrXMLString

Specifies the the XML string.

Description

Retrieves the Data Interface schema from XML string.

Syntax

Visual Basic
Public Function GetDataInterfaceFromXMLString( _
   ByVal bstrXMLString As String _
) As Object

Parameters

bstrXMLString

Specifies the the XML string.

Example

See Also