Class ExportFieldsToJsonOptions

ExportFieldsToJsonOptions class

Rappresenta le opzioni per esportare i campi del modulo in formato Json.

public class ExportFieldsToJsonOptions : ExportFieldsOptions

Constructors

NameDescription
ExportFieldsToJsonOptions()Il costruttore predefinito.

Properties

NameDescription
ExportPasswordValue { get; set; }Ottiene o imposta un valore che indica se il valore della password deve essere esportato.
WriteIndented { get; set; }Ottiene o imposta un valore che indica se l’output Json deve essere indentato.

Remarks

Eredita da ExportFieldsOptions e aggiunge opzioni specifiche per l’esportazione in Json.

See Also