Click or drag to resize

ApiSessionExportDocument Method (ObjectProxy, ExportDocumentToDocxArgs)

Exports a document objects using the specific document export

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

Parameters

aDocument
Type: Articy.ApiObjectProxy
the document object to export
aArgs
Type: Articy.ApiExportDocumentToDocxArgs
the settings used for exporting
See Also