0
votes
2answers
148 views

Delete item from COM. Don't find Item

I'm trying to delete but the code seems that can't find the Item field : try { using (ClientContext context = new ClientContext("http://to0wss2k10rey03/sites/ReplyCorp")) ...
0
votes
1answer
60 views

Get client query of a server query

I?m trying to get how can I get the query but on the client context? SPWeb webRoot = scSite.OpenWeb(); SPListItem selectedItem = (from SPListItem item in ...