I am looking for adding SPListItem using SPWeb.ProcessBatchData method. Could any one please help me on syntax for adding list item to my custom list.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
if you want to use SPWeb.ProcessBatchData method then follow this tutorial, Inserting New Items to List using ProcessBatchData why you must have to use "ProcessBatchData" when you can easily get SPWeb.GetList(siteURL) method to get list and add items to it.
taken from MSDN GetList method For More examples check this out |
|||||
|