Class TeamTabConfiguration
Defines the Configuration for a Team Tab
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Teams
Assembly: PnP.Framework.dll
Syntax
public class TeamTabConfiguration : BaseModel, IProvisioningTemplateDescendant
Properties
ContentUrl
Url used for rendering Tab contents in Teams
Declaration
public String ContentUrl { get; set; }
Property Value
String
|
EntityId
Identifier for the entity hosted by the Tab provider
Declaration
public String EntityId { get; set; }
Property Value
String
|
RemoveUrl
Url called by Teams client when a Tab is removed using the Teams Client
Declaration
public String RemoveUrl { get; set; }
Property Value
String
|
WebsiteUrl
Url for showing Tab contents outside of Teams
Declaration
public String WebsiteUrl { get; set; }
Property Value
String
|
Methods
Equals(TeamTabConfiguration)
Compares TeamTabConfiguration object based on EntityId, ContentUrl, RemoveUrl, and WebsiteUrl
Declaration
public bool Equals(TeamTabConfiguration other)
Parameters
TeamTabConfiguration
other
TeamTabConfiguration Class object |
Returns
System.Boolean
true if the TeamTabConfiguration object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TeamTabConfiguration class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TeamTabConfiguration |
Returns
System.Boolean
Checks whether object is TeamTabConfiguration class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |