ExportToFullXmlArgs Class

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

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ExportToFullXmlArgs : ExportDataArgs
Inheritance
Object    ComplexApiCallArgs    MdkExportDataArgs    ExportDataArgs    ExportToFullXmlArgs

Constructors

ExportToFullXmlArgsInitializes a new instance of the ExportToFullXmlArgs class

Properties

ExporterName Fixes the exporter name to "XmlContentExport"
(Overrides MdkExportDataArgsExporterName)
ExportMarkup Set to true when the html/css based markup string sould be exported. Defaults to false
ExportQueries Determines if calculated strips should be exported
Filename The fully qualified filename (or path name) of the export file that is to be written. The Word export, for example, interprets this member as path name if you use the "one file per object" option.
(Inherited from ExportDataArgs)
LogSourceName The "source" name that should be used when the action that receives the arguments wants to report Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs)
WriteAllVariables Determines if the all variable values should be written for journey points
WriteNamespace Determines if the default namespace declaration should be written

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

TraceError
(Defined by TraceHelper)
TraceInfo
(Defined by TraceHelper)
TraceWarning
(Defined by TraceHelper)

See Also