Click or drag to resize

ApiSessionLoadExportPreset Method

Loads a export preset and constructs a ExportArgs class that can be used with ExportData. You should add the selected objects, set up the Log source an may override the filename paramter.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public GenericExportDataArgs LoadExportPreset(
	string aPresetDisplayName,
	ExporterNames aExporterName
)

Parameters

aPresetDisplayName
Type: SystemString
the (display-)name of the preset
aExporterName
Type: ExporterNames
the exporter name

Return Value

Type: GenericExportDataArgs
a pre-filled ExportDataArgs or null when preset is not
See Also