GenericExportDataArgs Class

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

Definition

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

Constructors

GenericExportDataArgsInitializes a new instance of the GenericExportDataArgs class

Properties

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.
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)
PreselectedObjects 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.
TextConfiguration Configuration of detailed export parameter as XML-snippet. These parameters reflect those of the right side of the export dialog in articy:draft.
XmlConfiguration Same as TextConfiguration but already as parsed XML object

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