|
EdifactWriter Constructor (String, Boolean, EdifactWriterSettings)
|
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic EdifactWriter(
string path,
bool append,
EdifactWriterSettings settings = null
)
Public Sub New (
path As String,
append As Boolean,
Optional settings As EdifactWriterSettings = Nothing
)
Parameters
- path
- Type: SystemString
The path to the file to write to. - append
- Type: SystemBoolean
Whether to append to the file. The file will be overwritten by default. - settings (Optional)
- Type: EdiFabric.Framework.WritersEdifactWriterSettings
The writer settings.
See Also