Table of Contents

Interface ITeamChannelTabConfiguration

Namespace
PnP.Core.Model.Teams
Assembly
PnP.Core.dll

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

string

EntityId

Identifier for the entity hosted by the tab provider.

string EntityId { get; }

Property Value

string

HasContent

Is there content in this tab.

bool HasContent { get; set; }

Property Value

bool

RemoveUrl

Url called by Teams client when a Tab is removed using the Teams Client.

string RemoveUrl { get; set; }

Property Value

string

WebsiteUrl

Url for showing tab contents outside of Teams.

string WebsiteUrl { get; set; }

Property Value

string

WikiDefaultTab

Is this the default wiki tab.

bool WikiDefaultTab { get; set; }

Property Value

bool

WikiTabId

Wiki tab id.

int WikiTabId { get; set; }

Property Value

int