Click or drag to resize

ApiSessionExportDocument Method (ObjectProxy, String)

Exports a document objects using the specific document export. Uses all the defaults from the ExportDocumentToDocxArgs A valid output filename must be given

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ExportDocument(
	ObjectProxy aDocument,
	string aFilename
)

Parameters

aDocument
Type: Articy.ApiObjectProxy
the document object to export
aFilename
Type: SystemString
the filename to use for writing the file into
See Also