GetOutStreamFromBlobStorage Method
Initiate OutStream object from Temp Blob codeunit to write data.
Syntax
Code
Parameters
blobHelper
Type: Codeunit "Temp Blob"
Temp Blob codeunit object to create the OutStream object at.
stream
Type: OutStream
OutStream object to be created with the Temp Blob codeunit.
Return Value
None
Last modified on


