(BlobIdList : Variant; TargetPath : String) : Integer;
Die Funktion ExportBlobs exportiert alle in BlobIdList angegebenen Blobs nach TargetPath.
BlobList := ccApplication.GetBlobList(ccWS_Stack,false,''); ccApplication.ExportBlobs(BlobList,'c:\temp\export\');