SaveBlob Method

Using this method you can write a binary file to a server disk drive, e.g. generated PDF or image file.

PARAMETERS

Parameter
Type
Description
Path String (Context Store Reference, Data Constant Reference) A path to an output file.
Data String (Context Store Reference)

Content of the file (context of a BLOB data type, e.g. generated PDF).

CreateDirectory Boolean (Data Constant Reference) If true, necessary directories will be created according to the value specified in Path parameter. If some directories from the Path already exist, only new directories will be created.