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 ?