Write the object data to a text file containing the Infigo XML data.

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

Syntax

C#
public bool WriteFile(
	string strFile,
	bool bEscape
)
Visual Basic (Declaration)
Public Function WriteFile ( _
	strFile As String, _
	bEscape As Boolean _
) As Boolean
Visual C++
public:
bool WriteFile(
	String^ strFile, 
	bool bEscape
)

Parameters

strFile
Type: System..::.String
The output file path.
bEscape
Type: System..::.Boolean
This parameter determines if rich text tag identifier (square bracket [) should be escaped or not.

Return Value

Returns true on success.

See Also