Delete selected Items from sharepoint list programmatically
Introduction There are few ways to delete item from sharepoint list, however I like the way to perform ProcessBatchData method (approach 1 in this article) which seems faster to me. Here I am going to explain about 2 approaches in which we will use SPListItem.Delete or SPWeb.ProcessBatchData method. My example will delete items from list if […]
April 18, 2012
·
Infoyen ·
8 Comments
Tags: Delete a List Item Programmatically, delete selected items in SPList, Deleting List Items, Deleting List Items programmatically, MOSS, SharePoint, SPListItem.Delete, SPWeb.ProcessBatchData · Posted in: List, MOSS