Import the Infigo XML data given as string into the current open document.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool ImportXMLData(
	string strXMLData
)
Visual Basic (Declaration)
Public Function ImportXMLData ( _
	strXMLData As String _
) As Boolean
Visual C++
public:
bool ImportXMLData(
	String^ strXMLData
)

Parameters

strXMLData
Type: System..::.String
The Infigo XML data as string.

Return Value

Returns true on success.

See Also