ApiSessionExportData(GenericExportDataArgs) Method
This method starts an export with a generic XML based parameter descriptor.
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public void ExportData(
GenericExportDataArgs aArgs
)Parameters
- aArgs GenericExportDataArgs
- The instance of a specialized "ExportTo...Args" helper object containing the parameters for each of the supported exports.
Remarks
You can generate such an 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.