Interface ITeamChannelTabConfiguration
Public interface to define the configuration settings for a Team tab
public interface ITeamChannelTabConfiguration : IDataModel<ITeamChannelTabConfiguration>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelTabConfiguration>
- Inherited Members
- Extension Methods
Properties
ContentUrl
Url used for rendering tab contents in Teams. Required.
string ContentUrl { get; set; }
Property Value
EntityId
Identifier for the entity hosted by the tab provider.
string EntityId { get; }
Property Value
HasContent
Is there content in this tab.
bool HasContent { get; set; }
Property Value
RemoveUrl
Url called by Teams client when a Tab is removed using the Teams Client.
string RemoveUrl { get; set; }
Property Value
WebsiteUrl
Url for showing tab contents outside of Teams.
string WebsiteUrl { get; set; }
Property Value
WikiDefaultTab
Is this the default wiki tab.
bool WikiDefaultTab { get; set; }
Property Value
WikiTabId
Wiki tab id.
int WikiTabId { get; set; }