Monthly Archives: October 2009

How to allow only Folder items to be created in the List root folder

Sometimes you need to prohibit creation of list items in the root folder of the list. For example,  you invented some pretty looking,  folder-based, issue cataloguing system, but end users create issues in list’s root folder no matter how hard … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment

Move list item into a subfolder in the same list

Someone asked how to copy the list item into a subfolder on the same list. The code the guy provided that used SPListItem.CopyTo(url) did not work for him and was yelling the following: Invalid URI: The format of the URI could … Continue reading

Posted in SharePoint | Tagged , , | Leave a comment