Onetastic Macro Documentation >
>
>
BinaryStore_Read BinaryStore_Read
Reads file contents from the binary store and returns it. The return value can be assigned to data property of Image or EmbeddedFile objects. See more about this at Using Binary Data.
Syntax
Binary BinaryStore_Read(String name)
Parameters
- String name
- The name of the file to read from the binary store.
|