Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have SharePoint 2010 in which i have a list whose type is "Links". Inside this "Links" list, i have a folder.

I want to add link item to this folder programatically.

I am using lists.UpdateListItems(listID, xmlDoc.DocumentElement); method of web service to create links list item.

but the resultant items get added in to list not inside folder. i want to add items inside folder

Any sollution for above scenario ?

share|improve this question

migrated from stackoverflow.com Aug 24 '12 at 12:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.