Column.BlobDownloadLink
No edit summary
(Updated Edited template to July 12, 2025.)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 7: Line 8:
|True,False
|True,False
|When set on a ViewModelColumn, the Blob content can be downloaded by a hyperlink rather than rendered.  
|When set on a ViewModelColumn, the Blob content can be downloaded by a hyperlink rather than rendered.  
See also: [[BlobDownloadLink]]
See also: [[Documentation:BlobDownloadLink|BlobDownloadLink]]
|}
|}
If you have a Blob field, that is not an image, but is a Blob - like a PDF - then you use #Column.BlobDownloadLink.  
If you have a Blob field that is not an image but is a Blob, like a PDF, use <code>#Column.BlobDownloadLink</code>.  
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2025}}

Latest revision as of 05:47, 20 January 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Edgar on 2025-01-20.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Column.BlobDownloadLink True,False When set on a ViewModelColumn, the Blob content can be downloaded by a hyperlink rather than rendered.

See also: BlobDownloadLink

If you have a Blob field that is not an image but is a Blob, like a PDF, use #Column.BlobDownloadLink.