Class FormExportToDsvOptions
Info
Represents options for export values of fields for Documentize.FormExporter plugin.
public sealed class FormExportToDsvOptions : PluginBaseOptions, IPluginOptions
Inheritance
object ← PluginBaseOptions ← FormExportToDsvOptions
Implements
Inherited Members
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
FormExportToDsvOptions(char, bool)
Initializes a new instance of the Documentize.FormExportToDsvOptions object.
public FormExportToDsvOptions(char delimeter = ',', bool addFieldNames = false)
Parameters
delimeter
char: Specifies the delimeter to use in exported data between values. The default value is ‘,’.addFieldNames
bool: Add field name before value. Format: Name + delimeter + Value + delimeter.
Properties
AddFieldName
Add field name before value. Format: Name + delimeter + Value + delimeter.
public bool AddFieldName { get; set; }
Property Value
Delimeter
Delimeter used for exported values.
public char Delimeter { get; set; }
Property Value
Namespace: Documentize Assembly: Documentize.dll