We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey guys,
We have automated creation of Standard and Private Channels using the templates below:
<pnp:Channels> <!-- Standard Channels --> <pnp:Channel DisplayName="Communications" Description="" IsFavoriteByDefault="false" /> <pnp:Channel DisplayName="Develop" Description="" IsFavoriteByDefault="false" /> <pnp:Channel DisplayName="Meetings" Description="" IsFavoriteByDefault="false" /> <pnp:Channel DisplayName="Program" Description="" IsFavoriteByDefault="false" /> <!-- Private Channels --> <pnp:Channel DisplayName="Commercial" Description="" IsFavoriteByDefault="false" Private="true" /> <pnp:Channel DisplayName="Contract" Description="" IsFavoriteByDefault="false" Private="true" /> <pnp:Channel DisplayName="Procurement" Description="" IsFavoriteByDefault="false" Private="true" /> <pnp:Channel DisplayName="Evaluation" Description="" IsFavoriteByDefault="false" Private="true" /> </pnp:Channels>
Similary, how could you create Shared Channels please? I tried to look for examples everywhere, but could not land on a valid one.
Thanks, Michael
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey guys,
We have automated creation of Standard and Private Channels using the templates below:
Similary, how could you create Shared Channels please? I tried to look for examples everywhere, but could not land on a valid one.
Thanks,
Michael
The text was updated successfully, but these errors were encountered: