ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

ImportFormat Property

The format of the import data.

Syntax

[VB.NET]
Public Property ImportFormat As IdocreaderImportFormats

[C#]
public IdocreaderImportFormats ImportFormat {get; set;}

enum IdocreaderImportFormats { ifPlainText, ifXML, ifAuto }

Remarks

This property should contain the format that the data should be read. Possible values are:

0 (ifPlainText - default) The data is plain text.
1 (ifXML) The data is XML.
2 (ifAuto) The component will determine if the data is plain text or XML.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0