Click or drag to resize

JsonExportArgs Class

Export args for the JSON export
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public class JsonExportArgs : RuleSetBasedExport

The JsonExportArgs type exposes the following members.

Properties
  NameDescription
Public propertyExporterName
Fixes the name of that exporter to "JsonExport"
(Overrides ExportDataArgsExporterName.)
Public propertyTextFormatter
Select the output format for markup text
Public propertyUsedLanguage
Set this property to true to create XLSX localization files
Public propertyUseLocalization
Set this property to true to create XLSX localization files
Top
See Also