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