Click or drag to resize

ApiSessionExportData Method (GenericExportDataArgs)

This method starts an export with a generic XML based parameter descriptor.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ExportData(
	GenericExportDataArgs aArgs
)

Parameters

aArgs
Type: Articy.ApiGenericExportDataArgs
The instance of an specialized "ExportTo...Args" helper object containing the parameters for each of the supported exports.
Remarks
You can generate such a XML descriptor text by using GetExportSettings(ExportDataArgs) with a given specialized export args object. The configuration must be set as TextConfiguration. The Filename in the aArgs parameter overrides a possibly present filename if the XML configuration if it contains a non empty or non null string.
See Also