EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

FileWriteMode Property

Controls how the output file is opened.

Syntax

[VB.NET]
Public Property FileWriteMode As EdiwriterFileWriteModes

[C#]
public EdiwriterFileWriteModes FileWriteMode {get; set;}

enum EdiwriterFileWriteModes { fwmCreate, fwmOverwrite, fwmAppend }

Remarks

This property controls how the component will open the output file specified in OutputFile. Possible values are:

fwmCreate (0)Always create a new file. If the file already exists, an error will be raised.
fwmOverwrite (1)If the output file already exists, it will be overwritten.
fwmAppend (2)If the output file already exists, data will be appended to it.

Default Value

0

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]