Table of Contents

Enum TeamsChannelTypeValue

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

Indicates the type of TeamsCannel a site is connected to

public enum TeamsChannelTypeValue

Fields

None = 0

This site is not connected to a teams channel.

PrivateChannel = 1

This site is connected to a Teams private channel.

SharedChannel = 2

This site is connected to a Teams shared channel.

StandardChannel = 3

This site is connected to a Teams standard channel.