开发者

Which is the full url for file types' icons in SharePoint 2010

开发者 https://www.devze.com 2023-02-11 16:36 出处:网络
I\'m building a webpart in Visual Studio 2010 and I would like to show the files\' icon开发者_StackOverflow中文版s next to its name. I thought that myFile.IconUrl would return the full url, but I only

I'm building a webpart in Visual Studio 2010 and I would like to show the files' icon开发者_StackOverflow中文版s next to its name. I thought that myFile.IconUrl would return the full url, but I only get its filename along with its extension.

Thanks in advance!


Most file type icons are kept in the 14 hive under /_layouts/images.

ie: /_layouts/images/ICBMP.GIF

0

精彩评论

暂无评论...
验证码 换一张
取 消