OCLOperators Download
m ((username removed) (log details removed))
(Added Edited template with July 12, 2025.)
 
Line 1: Line 1:
{{Edited|July|12|2025}}
Triggers  a download of arbitrary byte array to a client under a file name and file type. This method is available within the context a of ViewModel.
Triggers  a download of arbitrary byte array to a client under a file name and file type. This method is available within the context a of ViewModel.



Latest revision as of 06:31, 20 January 2025

Triggers a download of arbitrary byte array to a client under a file name and file type. This method is available within the context a of ViewModel.

OCL Expression

selfVM.Download(<file name>, <file data>)

Arguments

file name: String

Name to be assigned to the download file including the file extension. For example, for open document text document. add '.odt' in the file name.

file data: Blob | byte[]

Byte array of the file content to be downloaded.

Return Type

Blob

This page was edited 57 days ago on 01/20/2025. What links here