Search Results for

    Show / Hide Table of Contents

    Class TeamTabResource

    Defines a Resource for a Tab in a Channel of a Team

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

    Properties

    TabResourceSettings

    Defines the Configuration for the Tab Resource

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

    TargetTabId

    Defines the ID of the target Tab for the Resource

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

    Type

    Defines the Type of Resource for the Tab

    Declaration
    public TabResourceType Type { get; set; }
    Property Value
    TabResourceType

    Methods

    Equals(TeamTabResource)

    Compares TeamTabResource object based on TabResourceSettings, Type, and TargetTabId

    Declaration
    public bool Equals(TeamTabResource other)
    Parameters
    TeamTabResource other

    TeamTabResource Class object

    Returns
    System.Boolean

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

    Equals(Object)

    Compares object with TeamTabResource class

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

    Object that represents TeamTabResource

    Returns
    System.Boolean

    Checks whether object is TeamTabResource 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