tTempBlob
A temporary table similar to the old TempBlob table, but with a lot of added functions to import and export data.
Deprecated
This object is deprecated and should not be used.
Reason: Replaced by codeunit "QWETB Temp Blob". It contains all the same functionality and more, and offers better performance.
Deprecated since: 27.0
Object Definition
Object Type | Table |
Object ID | 70327076 |
Object Name | QWETB tTempBlob |
Procedures
Name | Description |
---|---|
ExportToClientFileDialog(Text): Text | Downloads the data as a file in the client. |
ExportToClientFileDialog(Text; TextEncoding): Text | Downloads the data as a file in the client with the given TextEncoding. |
GetAsBase64(): Text | Gets the data as Base64 encoded text. |
GetAsHttpContent(HttpContent) | Gets the data as HttpContent. |
GetAsJsonObject(): JsonObject | Gets the data as a JsonObject. |
GetAsTempBlob(): Codeunit "Temp Blob" | Gets the data as a Temp Blob codeunit. |
GetAsTempBlob(Codeunit "QWETB Temp Blob") | Gets the data as a Temp Blob codeunit. |
GetAsTempBlob(Codeunit "Temp Blob") | Gets the data as a Temp Blob codeunit. |
GetAsText(): Text | Gets the data as plain text. |
GetAsText(Integer): Text | Gets the data as plain text with a given maximum length. |
GetAsText(TextEncoding): Text | Gets the data as plain text, encoded with the given encoding. |
GetAsText(TextEncoding; Integer): Text | Gets the data as plain text, encoded with the given encoding and with a given maximum length. |
ImportFromBase64(Text) | Saves a Base4 encoded text. |
ImportFromClientFileDialog(Text; Text) | Prompts the user to upload a file into the blob. |
ImportFromHttpContent(HttpContent) | Read data from HttpContent. |
ImportFromNavStream(InStream) | Saves the data from an InStream. |
ImportFromTempBlob(Codeunit "QWETB Temp Blob") | Read data from the Temp Blob codeunit. |
ImportFromTempBlob(Codeunit "Temp Blob") | Read data from the Temp Blob codeunit. |
ImportFromText(Text) | Imports the provided text. |
ImportFromText(Text; TextEncoding) | Imports the provided text with the given encoding. |
SaveToNavStream(OutStream) | Saves the data to OutStream. |
This documentation is generated from Smart Toolbox v27.0