(DocIdList : Variant; TargetPath : String) : Integer;
Die Funktion ExportDocuments exportiert alle in DocIdList angegebenen Dokumente nach TargetPath.
MyTacks := ccApplication.GetTackList(false); ccApplication.ExportDocuments(MyTacks,'c:\temp\export\');