How do I change the title and description of a site using the Sharepoint web service?

I want to read and change the name of a sharepoint site (both SPSite and SPWeb) using Sharepoint Web Services.

I have a sharepoint site url. You want to change the title of the page using a sharepoint web service.

Unable to create SPWeb.

Any input.

0


a source to share


2 answers


I don't think the current SharePoint web services have methods to update the header of a site collection or site. However, you can write your own web service that can do this quite easily.



0


a source


You can get the title and description through the web service, but don't change it because there is no way to update. Webs.GetWeb Method



0


a source







All Articles