GetFile Procedure
Downloads a file from provided filepath.
Overloads
Name | Description |
---|---|
GetFile(Text; Codeunit "QWETB Temp Blob") | Downloads a file from provided filepath. |
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 "QWETB Temp Blob") Procedure
Downloads a file from provided filepath.
Signature
GetFile(RemoteFilePath: Text; var TempBlob: Codeunit "QWETB Temp Blob")
Parameters
RemoteFilePath
Text
The remote path and filename to download.
var TempBlob
Codeunit "QWETB Temp Blob"
The downloaded data.
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.
Deprecated
This procedure is deprecated and should not be used.
Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
Deprecated since: 27.0
Signature
[Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
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 v27.0