Updating of a SharePoint Web URL via Name does not change its lists' urls
- by BeraCim
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.