How to move an item from custom list root location to sub folder programmatically (in Event Receiver (ItemAdded))?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can identify a custom list's root folder using While adding the list item, make sure that it is added to the correct folder path.
Sample code might look like this.
|
||||
|
|
|
This solution allow you to move to any folder in same or different list http://think4code.blogspot.com/2012/03/move-list-item-splistitem-to-sub-folder.html |
|||||
|