Table of Contents

Interface ITeamChannelTab

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

Defines the tab in a Team channel

public interface ITeamChannelTab : IDataModel<ITeamChannelTab>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelTab>, IDataModelGet<ITeamChannelTab>, IDataModelLoad<ITeamChannelTab>, IDataModelDelete, IDataModelUpdate, IQueryableDataModel
Inherited Members
Extension Methods

Properties

Configuration

Container for custom settings applied to a tab. The tab is considered configured only once this property is set.

ITeamChannelTabConfiguration Configuration { get; }

Property Value

ITeamChannelTabConfiguration

DisplayName

Name of the tab.

string DisplayName { get; set; }

Property Value

string

Id

Identifier that uniquely identifies a specific instance of a channel tab. Read only.

string Id { get; }

Property Value

string

SortOrderIndex

Index of the order used for sorting tabs.

string SortOrderIndex { get; set; }

Property Value

string

TeamsApp

The application that is linked to the tab. This cannot be changed after tab creation.

ITeamApp TeamsApp { get; }

Property Value

ITeamApp

WebUrl

Deep link url of the tab instance. Read only.

Uri WebUrl { get; }

Property Value

Uri