ftos.files.getBlob

IMPORTANT!  
Starting with v24.3.0, this is renamed from getFileBlob to ftos.files.getBlob.

Returns a pointer to a stored file.

This is a business logic method for business service components.

Syntax

Copy
function ftos.files.getBlob(fileName : string): IFtosWorkflowBlob;
 
Parameter Type Description
fileName String Unique internal ID of the source file (real name) including the file extension.

Return Value

Returns a IFtosWorkflowBlob blob object containing a "length" property that indicates the file's size in bytes.

Type Aliases

Examples