Updating of a SharePoint Web URL via Name does not change its lists' urls

Posted by BeraCim on Stack Overflow See other posts from Stack Overflow or by BeraCim
Published on 2010-04-11T03:30:41Z Indexed on 2010/04/11 3:33 UTC
Read the original article Hit count: 348

Filed under:
|

Hi all:

I want to ask is it possible to update a Sharepoint web's lists and all its items' URLs if I call an update on the web's url? If so, how can I do so?

e.g.

web.Name = "newWebName";
web.Update();

The above only changed the base web's url. But the url of its lists remain unchanged.

Thanks.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about sharepoint2007