Class FormExporterToJsonOptions

FormExporterToJsonOptions class

Represents options for export Value property(s) of specified field(s) (not annotations).

public sealed class FormExporterToJsonOptions : FormExporterOptions

Constructors

NameDescription
FormExporterToJsonOptions()The default constructor.
FormExporterToJsonOptions(SelectField)Initializes a new instance of the FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified.

Properties

NameDescription
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

NameDescription
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