Loads the object with the Infigo XML data stored in a text file.
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool LoadFile( string strFile ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function LoadFile ( _ strFile As String _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool LoadFile( String^ strFile ) | 
Parameters
- strFile
- Type: System..::.String
 The file containing the Infigo XML data to load.





