pnp / pnpcore

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
https://aka.ms/pnp/coresdk/docs
MIT License
298 stars 192 forks source link

Documentation Issue - Working with folders / Property Bag #1417

Closed IllumiC closed 6 months ago

IllumiC commented 6 months ago

In a rush.. but just a slight oversight I noticed in the documentation related to folders / property bag line 11.

folder["myPropertyKey"] = "Some value"; should be changed to folder.Properties["myPropertyKey"] = "Some value";

https://pnp.github.io/pnpcore/using-the-sdk/folders-intro.html#the-folder-property-bag

jansenbe commented 6 months ago

Thanks for reporting this @IllumiC , just updated the docs