Class TeamTabResource
Defines a Resource for a Tab in a Channel of a Team
Inherited Members
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 |