我試圖從附件url中獲取SPListItem。 什麼I'm目前正在努力:從附件url中獲取SPListItem?
string url = "Lists/Tasks/Attachments/27/unnamed.png";
SPListItem i = new SPSite(url).OpenWeb().GetFile(url).Item;
但受「的GetFile(URL)」得到了spfile文件的屬性「項」爲空,這樣就不會炒鍋。 「Item」屬性似乎只適用於Document-Libraries中的SPFiles ... 有其他方法嗎?
謝謝!
附件不是一個列表項。我不確定需要實現什麼,但是您檢查了屬性[SPListItem.Attachments](http://msdn.microsoft.com/zh-cn/library/microsoft.sharepoint.splistitem.attachments.aspx)? –
在這裏採取行動http://www.thesharepointblog.net/Lists/Posts/Post.aspx?List=815f255a-d0ef-4258-be2a-28487dc9975c&ID=61 –
我想你們都誤解了我的問題。你的鏈接是有幫助的,但不要讓我有辦法做到這一點。不過謝謝! –