Changing Sharepoint site url programmatically
- by BeraCim
Hi all:
I was wondering how can I change the site URL of a SharePoint site that has already been created?
I can't do this since URL is a read-only field:
web.Url = "something";
Thanks.