Search Results for

    Show / Hide Table of Contents

    Class TeamChannel

    Inheritance
    System.Object
    TeamChannel
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamChannel : object

    Constructors

    TeamChannel()

    Declaration
    public TeamChannel()

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    System.String

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    System.String

    IsFavoriteByDefault

    Declaration
    public bool IsFavoriteByDefault { get; set; }
    Property Value
    System.Boolean

    Messages

    Declaration
    public string[] Messages { get; set; }
    Property Value
    System.String[]

    Private

    Declaration
    public bool Private { get; set; }
    Property Value
    System.Boolean

    TabResources

    Declaration
    public TeamTabResourcesTabResource[] TabResources { get; set; }
    Property Value
    TeamTabResourcesTabResource[]

    Tabs

    Declaration
    public TeamChannelTabsTab[] Tabs { get; set; }
    Property Value
    TeamChannelTabsTab[]

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer