Click or drag to resize

ExportDataArgs Class

The abstract base class for all specialized export arguments
Inheritance Hierarchy

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

The ExportDataArgs type exposes the following members.

Properties
  NameDescription
Public propertyExporterName
the name of the exporter that is responsible to process these settings. Specialized exporter DataArgs will override this property getter
Public propertyFilename
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.
Top
See Also