Thursday, September 25, 2014

How to create an SPList by adding SPListItems from List ?

Hi there,


I have List<SPListItem> as below that contains many SPListItems.



List<SPListItem> Output = new List<SPListItem>();

How to create an SPList or SPLIstItemCollection from above please?


Thank you so much.


No comments:

Post a Comment