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
Name of the tab.
Declaration
string DisplayName { get; set; }
Property Value
System.String
|
Id
Identifier that uniquely identifies a specific instance of a channel tab. Read only.
Declaration
string Id { get; }
Property Value
System.String
|
SortOrderIndex
Index of the order used for sorting tabs.
Declaration
string SortOrderIndex { get; set; }
Property Value
System.String
|
TeamsApp
The application that is linked to the tab. This cannot be changed after tab creation.
Declaration
ITeamApp TeamsApp { get; }
Property Value
ITeamApp
|
WebUrl
Deep link url of the tab instance. Read only.
Declaration
Uri WebUrl { get; }
Property Value
Uri
|