Table of Contents

Class TeamChannelOptions

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

Available options for Teams channel

public class TeamChannelOptions
Inheritance
TeamChannelOptions
Inherited Members

Constructors

TeamChannelOptions(string)

Creates a new TeamChannelOptions instance with the provided description.

public TeamChannelOptions(string description = null)

Parameters

description string

The channel description.

Properties

Description

Gets or sets the channel description.

public string Description { get; set; }

Property Value

string

MembershipType

Gets or sets the channel membership type.

The membership type cannot be changed for existing channels.

public TeamChannelMembershipType? MembershipType { get; set; }

Property Value

TeamChannelMembershipType?