0

Resently started to work with kentico 6.0 . I have build custom document type with field of "File" type, where administartor can upload file. Now i'm trying to build a transformation from where site users will be able to download this file: (like zipped source code of projects in codeproject) Is where a easy way to do it in kentico? thanks

4

1 に答える 1

2

利用可能な組み込みの変換メソッドを調べる必要がある可能性があります (Kentico インスタンスの /CMSHelp/index.html?newedit_transformation_methods.htm にあります)。

この場合、あなたが望むのはGetFileUrl(object attachmentGuidColumn)

あなたは次のようなことをします<a href='<%#GetFileUrl("NameOfTheDataField")#>'>File</a>

于 2012-07-11T20:13:00.783 に答える