|
NcpdpScriptWriter Constructor (String, Boolean, NcpdpScriptWriterSettings)
|
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic NcpdpScriptWriter(
string path,
bool append,
NcpdpScriptWriterSettings settings = null
)
Public Sub New (
path As String,
append As Boolean,
Optional settings As NcpdpScriptWriterSettings = 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.WritersNcpdpScriptWriterSettings
The writer settings.
See Also