Interface ITeamChannelTab
Defines the tab in a Team channel
Inherited Members
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public interface ITeamChannelTab : IDataModel<ITeamChannelTab>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelTab>, IDataModelGet<ITeamChannelTab>, IDataModelLoad<ITeamChannelTab>, IDataModelDelete, IDataModelUpdate, IQueryableDataModel
Properties
Configuration
Container for custom settings applied to a tab. The tab is considered configured only once this property is set.
Declaration
ITeamChannelTabConfiguration Configuration { get; }
Property Value
| ITeamChannelTabConfiguration |
DisplayName
Id
Identifier that uniquely identifies a specific instance of a channel tab. Read only.
Declaration
string Id { get; }
Property Value
| string |
SortOrderIndex
Index of the order used for sorting tabs.
Declaration
string SortOrderIndex { get; set; }
Property Value
| string |
TeamsApp
The application that is linked to the tab. This cannot be changed after tab creation.
Declaration
ITeamApp TeamsApp { get; }
Property Value
| ITeamApp |