Click or drag to resize

ExportToFullXmlArgs Class

Specialized argument class for the XML export This export currently has no other configuration options
Inheritance Hierarchy

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

The ExportToFullXmlArgs type exposes the following members.

Properties
  NameDescription
Public propertyExporterName
Fixes the exporter name to "XmlContentExport"
(Overrides ExportDataArgsExporterName.)
Public propertyExportMarkup
Set to true when the html/css based markup string sould be exported. Defaults to false
Public propertyExportQueries
Determines if calculated strips should be exported
Public propertyWriteAllVariables
Determines if the all variable values should be written for journey points
Public propertyWriteNamespace
Determines if the default namespace declaration should be written
Top
See Also