Loads the object with the Infigo XML data.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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.





