掲示板

Trying to get Images in Media Gallery.

thumbnail
8年前 に Praful Shukla によって更新されました。

Trying to get Images in Media Gallery.

Junior Member 投稿: 46 参加年月日: 15/09/29 最新の投稿
Hi,
I am trying to get Images in Media Gallery through Application Display Template using following FreeMarker script:
img src="${dlUtil.getPreviewURL(curFileEntry,curFileEntry.FileVersion,themeDispay, "")}height="320" width="372" "/>
But i'm getting following error:
No signature of method getPreviewURL matches the arguments.
What should I do..??
thumbnail
8年前 に Gurumurthy Godlaveeti によって更新されました。

RE: Trying to get Images in Media Gallery.

Regular Member 投稿: 208 参加年月日: 11/08/12 最新の投稿
Hi Shukla,

I am not sure about ADT concept but by seeing error, I can say its more method signature (method parameters & method name) not matching with existed API methods. Can you check once again.

Thanks
Guru