Loads the object with the Infigo XML data.

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

Syntax

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

Parameters

strXML
Type: System..::.String
The Infigo XML data to load.

Return Value

Returns true on success.

See Also