Click or drag to resize

ApiSessionExportData Method (ExportDataArgs)

Starts an export using the information given in the specialized ExportDataArgs descriptor

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

Parameters

aArgs
Type: Articy.ApiExportDataArgs
a descendant of ExportDataArgs (e.g. like ExportToXlsxArgs)
Remarks
Look at the ExportTo...Args to get a documentation of parameters for each export. You may look at the descendants of ExportDataArgs to find them.
See Also