Click or drag to resize

EdifactWriter(String, Boolean, EdifactWriterSettings) Constructor

Initializes a new instance of the EdifactWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public EdifactWriter(
	string path,
	bool append,
	EdifactWriterSettings settings = null
)

Parameters

path  String
The path to the file to write to.
append  Boolean
Whether to append to the file. The file will be overwritten by default.
settings  EdifactWriterSettings  (Optional)
The writer settings.
See Also