Search Results for

    Show / Hide Table of Contents

    Class TeamChannelOptions

    Available options for Teams channel

    Inheritance
    object
    TeamChannelOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public class TeamChannelOptions

    Constructors

    TeamChannelOptions(string)

    Creates a new TeamChannelOptions instance with the provided description.

    Declaration
    public TeamChannelOptions(string description = null)
    Parameters
    string description

    The channel description.

    Properties

    Description

    Gets or sets the channel description.

    Declaration
    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.

    Declaration
    public TeamChannelMembershipType? MembershipType { get; set; }
    Property Value
    TeamChannelMembershipType?

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer