ccApplication.ExportDocuments

Parameter

(DocIdList : Variant; TargetPath : String) : Integer;

Beschreibung

Die Funktion ExportDocuments exportiert alle in DocIdList angegebenen Dokumente nach TargetPath.

Beispiel

MyTacks := ccApplication.GetTackList(false);
ccApplication.ExportDocuments(MyTacks,'c:\temp\export\');

Siehe auch