I access a Sharepoint list with Linq-to-Sharepoint and iterate over the items in the result.

The items are (of course) just generated classes with only the properties from that list.

But I need some meta info to every item which I would have if I access it directly with SPListItem.

So how can I get a SPListItem object out of a Linq-to-Sharepoint result item?

有帮助吗?

解决方案

It seems that this is not possible but I don't delete the question in case anybody else is looking for it. Or someone finds a solution (which I will mark as answer then).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top