ST-DMASFunctions - WriteFileToFileSystem

Wichtig
Wichtig
using "ST-DMASFunctions.FBL"

DMASFunctions_WriteFileToFileSystem

Die Detailbeschreibung des Service finden Sie hier: DMS.LoadFileAndWriteToFileSystem
Description: Writes a file from the DMAS document to the filesystem.
Return-Type: void
Nr.
Argument
Typ
Beschreibung
1
dmsFileId
string
DMAS fileId.
2
filePathAndName
string
Path and fileName (relative to the folder 'Insyde').
3
overwriteExisting
boolean
default = TRUE
Beispiel
DMASFunctions_WriteFileToFileSystem(dmsFileId, filePathAndName, overwriteExisting)