ccApplication.ExportBlobs
- Merve Yurdakul
- Former user (Deleted)
Owned by Merve Yurdakul
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\');