Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > How to display file link in Transformation of Product View modes: 
User avatar
Member
Member
HMIS - 10/25/2009 9:24:26 PM
   
How to display file link in Transformation of Product
When designing Product , I add one File attachment attribute, how do I put code into transformation so that people can click the file link and download in live webpage?

User avatar
Certified Developer v7
Certified  Developer v7
slycknick - 10/28/2009 8:10:15 AM
   
RE:How to display file link in Transformation of Product
You can use a repeater in line in your transformation. Try this.


<cc1:CMSRepeater ID="repItems" runat="server" EnableViewState="true"
ClassNames="CMS.File"
TransformationName="cms.file.attachmentlist" HideControlForZeroRows="true" />