GetInStreamFromBlobStorage Method
Initiate InStream object from Temp Blob codeunit to read data.
Syntax
Code
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.
Return Value
None
Last modified on


