Click or drag to resize

NcpdpScriptWriter(String, Boolean, NcpdpScriptWriterSettings) Constructor

Initializes a new instance of the NcpdpScriptWriter class.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public NcpdpScriptWriter(
	string path,
	bool append,
	NcpdpScriptWriterSettings 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  NcpdpScriptWriterSettings  (Optional)
The writer settings.
See Also