ccApplication.ExportDocuments
- Merve Yurdakul
- Dennis Balzuweit
Owned by Merve Yurdakul
März 16, 2018
1 min read
Loading data...
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\');