Class TeamChannelOptions
Available options for Teams channel
Inheritance
System.Object
TeamChannelOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class TeamChannelOptions : object
Constructors
TeamChannelOptions(String)
Creates a new TeamChannelOptions
instance
with the provided description.
Declaration
public TeamChannelOptions(string description = null)
Parameters
System.String
description
The channel description. |
Properties
Description
Gets or sets the channel description.
Declaration
public string Description { get; set; }
Property Value
System.String
|
MembershipType
Gets or sets the channel membership type.
The membership type cannot be changed for existing channels.
Declaration
public TeamChannelMembershipType? MembershipType { get; set; }
Property Value
System.Nullable<TeamChannelMembershipType>
|