Click or drag to resize

GenericExportDataArgs Class

When using the method ExportData(GenericExportDataArgs) an instance of this object needs to be passed along.
Inheritance Hierarchy

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

The GenericExportDataArgs type exposes the following members.

Properties
  NameDescription
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.
Public propertyPreselectedObjects
A list of ObjectProxy instances describing the articy objects that shall be part of the export. Usually you just pass the result of a call to SimpleFindObjects, SimpleFindConflicts or ResultSet.Rows to this parameter.
Public propertyTextConfiguration
Configuration of detailed export parameter as XML-snippet. These parameters reflect those of the right side of the export dialog in articy:draft.
Public propertyXmlConfiguration
Same as TextConfiguration but already as parsed XML object
Top
See Also