📚 SAP Business One SDK Help

LoadFromXML Method
See Also 
xml
The XML string to load

Description

Loads the object from an XML string. 

Syntax

Visual Basic
Public Sub LoadFromXML( _
   ByVal xml As String _
) 

Parameters

xml
The XML string to load

Remarks

Generate the XML string from the GetAsXML method.

See Also