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
288 stars 188 forks source link

Visibility HiddenMembers and custom properties creating a Team Site #1461

Closed danielpastoor closed 1 month ago

danielpastoor commented 2 months ago

Category

Describe the feature

My feature request is that a Team Site with group also can have the visibility HiddenMembers instead of only public and private.

The enum already supports the value but the model needs to change I think for TeamSiteCreation because of the IsPublic property.

Also it would be handy if we could add custom properties to the TeamSiteWithGroup Creation model. Like a dictionary called additionalData to support as example Education Class groups/Teams. Then you need to add a custom property to the group before creating the Teams to it.

jansenbe commented 1 month ago

Closing as the PR is merged. Thanks @danielpastoor