Forum Discussion
A G
Apr 10, 2018Copper Contributor
Did not find the required 'results' property on the object wrapping a feed
Hi I'm trying to update a property using the example here: https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code) ClientContex...
John Aage Andersen
Apr 10, 2018Iron Contributor
How does your full code look like?
Did you remember to include this?
using Microsoft.SharePoint.Client;
Kind regards, John
A G
Apr 10, 2018Copper Contributor
Yes I have included that as well.
I can add and create list items, but I cannot seem to update the site title. Is the title a special attribute?