Click or drag to resize

ApiSessionGetExportSettings Method

Gets the XML version of the export settings

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

Parameters

aArgs
Type: Articy.ApiExportDataArgs
the export data args for a specific export

Return Value

Type: String
a string containing an XML representation of the settings
See Also