/
ccApplication.ImportBlobs

ccApplication.ImportBlobs

Parameter

(Stack : Word; Path : String; FileAge : Integer; Recursive, DeleteSource : Boolean) : Boolean;

Beschreibung

Die Funktion ImportBlobs importiert alle über Path gefundenen Blobs in den in Stack angegebenen Stapel. FileAge ist das min. Dateialter in Minuten – 0 importiert alle Dateien unabhängig von Ihrem Alter. Recursive bezieht bei true alle Unterordner mit ein. Ist DeleteSource true, werden alle importierten Dateien aus dem Ursprungsverzeichnis gelöscht.

Mögliche Werte für Stack sind:

  • ccWS_Stack
  • ccWS_Reserve
  • ccWS_Tacks

Beispiel

ccApplication.ImportBlobs(ccWS_Reserve,'c:\temp\*.tif',0,false,true);

Related content

ccApplication.ImportBlobs
ccApplication.ImportBlobs
More like this
ccApplication.ImportBlobs
ccApplication.ImportBlobs
More like this
ccApplication.ImportDocuments
ccApplication.ImportDocuments
More like this
ccApplication.ImportDocuments
ccApplication.ImportDocuments
More like this
ccApplication.ImportDocuments
ccApplication.ImportDocuments
More like this
Dynamic Importfile Exportservice
Dynamic Importfile Exportservice
More like this