ImportQBXML Method
Imports a QBXML response aggregate.
Syntax
[VB.NET] Public Sub ImportQBXML(ByVal XMLData As String)
[C#] public void ImportQBXML(string XMLData);
Remarks
This method imports a QBXML response aggregate. When called with a QBXML aggregate, such as a response from ObjSearch or QBWCServer the component will parse the response as if it had been received directly from QuickBooks and the applicable properties will be updated.
NOTE: This method has a corresponding asynchronous version (ImportQBXMLAsync) for use in the Xamarin environment.