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 ....