Class FormExporterToJsonOptions
Represents options for export Value property(s) of specified field(s) (not annotations).
public sealed class FormExporterToJsonOptions : FormExporterOptions
Constructors
Properties
| Name | Description |
|---|
| ExportPasswordValue { get; set; } | Gets or sets a value indicating whether the password value should be exported. |
| Inputs { get; } | Returns Form…. plugins data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
| WriteIndented { get; set; } | Gets or sets a value indicating whether the Json output should be indented. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the Form… plugins data collection. |
| AddOutput(IDataSource) | Adds new data source to the Form… plugins data collection. |
See Also