ccApplication.ExportBlobs
- Merve Yurdakul
- Dennis Balzuweit
Owned by Merve Yurdakul
März 16, 2018
1 min read
Loading data...
Parameter
(BlobIdList : Variant; TargetPath : String) : Integer;
Beschreibung
Die Funktion ExportBlobs exportiert alle in BlobIdList angegebenen Blobs nach TargetPath.
Beispiel
BlobList := ccApplication.GetBlobList(ccWS_Stack,false,''); ccApplication.ExportBlobs(BlobList,'c:\temp\export\');