kentico_martind
-
6/20/2010 3:04:34 PM
RE: associate attach to Article
Hi Daniel,
You can add new field of type File (you can inspire by existing ArticleTeaserImage field) and then use following sample code in transformation to display link to file:
<a href="<%# GetFileUrl("NameOfNewField") %>">link</a>
Best Regards,
Martin Dobsicek
|