GetInStreamFromBlobStorage Method
Initiate InStream object from Temp Blob codeunit to read data.
Syntax
GetInStreamFromBlobStorage(var blobHelper: Codeunit "Temp Blob"; var stream: InStream)
Parameters
blobHelper
Type: Codeunit “Temp Blob”
Temp Blob codeunit object to create the InStream object at.
stream
Type: InStream
InStream object to be created with the Temp Blob codeunit.