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
Syntax
| Visual Basic (Declaration) | 
|---|
| Public Function WriteFile ( _
	strFile As String, _
	bEscape As Boolean _
) As Boolean | 
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
See Also