This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to get thumbnail image path

Sachin - Saturday, October 15, 2011 3:11 AM:

   Using Following JavaScript code we get thumbnail path...

     fileItem.setID(fileID);

     fileItem.setProperty("filename",fileName);

   var fileURL = top.aras.getFileURLEx(fileItem.node);

 

But I want to do this in C sharp code How can I do this ????

    I tried this but it gives error in top.aras.getFIleURLEx(fileitem.node);

Please post your Ideas reated to that ....OR any code for that in C sharp  ....