[question] modern sites advanced settings
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 259
- Forks
- 161
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
Hello,
I am using PnP Framework to create Modern sites (Team and Communication)
I need to set some advanced settings:
It seems that is not possible to set this 2 properties with
- CommunicationSiteCollectionCreationInformation
- TeamSiteCollectionCreationInformation
passed as parameters to SiteCollection.CreateAsync method.
TimeZoneId is available only in TeamNoGroupSiteCollection.
Can you please suggest me how to set these properties in communication and Team modern site creation?
thank you
Framework
.Net Core: 3.1
.Net Core PnP.Framework: 1.7.0
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with SiteCollection.CreateAsync and the CommunicationSiteCollectionCreationInformation and TeamSiteCollectionCreationInformation types named in the issue. Check whether the two requested modern-site settings are exposed by these creation APIs, and compare the available TimeZoneId support. Done means documenting or implementing a supported way to set both properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100

