getFileBlob

Returns a pointer to a stored file.

Syntax

Copy
function getFileBlob(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 kilobytes.

Type Aliases

Examples