How to Delete rows from SharePoint.Client.ListItemCollection C#

202 Views Asked by At

I have taken the data in ListItemCollection from SharePoint client object.

Now I am looking for some solution by which I can remove some rows(ListItem) temporary from ListItemCollection based on some column value.

This should delete rows from ListItemCollection which is in memory not from Sharepoint list.

Thanks.

0

There are 0 best solutions below