Loads the object with the Infigo XML data stored in a text file.

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

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.

Return Value

Returns true on success.

See Also