GetFile Procedure
Downloads a file from provided filepath.
Overloads
Name | Description |
---|---|
GetFile(Text; Codeunit "Temp Blob") | Downloads a file from provided filepath. |
GetFile(Text; Record "QWETB tTempBlob" temporary) | Downloads a file from provided filepath. |
GetFile(Text; Codeunit "Temp Blob") Procedure
Downloads a file from provided filepath.
Signature
GetFile(RemoteFilePath: Text; var TempBlob: Codeunit "Temp Blob")
Parameters
RemoteFilePath
Text
The remote path and filename to download.
var TempBlob
Codeunit "Temp Blob"
The downloaded data.
GetFile(Text; Record "QWETB tTempBlob" temporary) Procedure
Downloads a file from provided filepath.
Signature
GetFile(RemoteFilePath: Text; var TempBlob: Record "QWETB tTempBlob" temporary)
Parameters
RemoteFilePath
Text
The remote path and filename to download.
var TempBlob
Record "QWETB tTempBlob" temporary
The downloaded data.
This documentation is generated from Spider v25.2.234077.0