Search Results for

    Show / Hide Table of Contents

    Class TeamTab

    Defines an TeamTab for automated provisiong of Microsoft Teams

    Inheritance
    System.Object
    BaseModel
    TeamTab
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model.Teams
    Assembly: PnP.Framework.dll
    Syntax
    public class TeamTab : BaseModel, IProvisioningTemplateDescendant

    Properties

    Configuration

    Defines the Configuration for the Tab

    Declaration
    public TeamTabConfiguration Configuration { get; set; }
    Property Value
    TeamTabConfiguration

    DisplayName

    Defines the Display Name of the Channel

    Declaration
    public String DisplayName { get; set; }
    Property Value
    String

    ID

    Declares the ID for the Tab

    Declaration
    public String ID { get; set; }
    Property Value
    String

    Remove

    Allows to remove an already existing Tab

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

    TeamsAppId

    App definition identifier of the tab

    Declaration
    public String TeamsAppId { get; set; }
    Property Value
    String

    Methods

    Equals(TeamTab)

    Compares TeamTab object based on DisplayName, TeamsAppId, Configuration, and ID

    Declaration
    public bool Equals(TeamTab other)
    Parameters
    TeamTab other

    TeamTab Class object

    Returns
    System.Boolean

    true if the TeamTab object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with TeamTab class

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents TeamTab

    Returns
    System.Boolean

    Checks whether object is TeamTab class

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    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