I'm trying to change the "name" of a sharepoint document library (not the title). I have found a way to do it from sharepoint designer: http://www.thesharepointblog.net/Lists/Posts/Post.aspx?List=815f255a-d0ef-4258-be2a-28487dc9975c&ID=52 What I need is to do this programmaticaly. How do I do that?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Use method SPFolder.MoveTo for this purpose. Example code:
P.S. Tested, works as expected. |
|||
|
|