Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels