Search Results for

    Show / Hide Table of Contents

    Interface ITeamChannelTabConfiguration

    Public interface to define the configuration settings for a Team tab

    Inherited Members
    IDataModel<ITeamChannelTabConfiguration>.Requested
    IDataModel<ITeamChannelTabConfiguration>.HasValue(String)
    IDataModel<ITeamChannelTabConfiguration>.HasChanged(String)
    IDataModel<ITeamChannelTabConfiguration>.IsPropertyAvailable(Expression<Func<ITeamChannelTabConfiguration, Object>>)
    IDataModel<ITeamChannelTabConfiguration>.ArePropertiesAvailable(Expression<Func<ITeamChannelTabConfiguration, Object>>[])
    IDataModel<ITeamChannelTabConfiguration>.EnsureProperties(Expression<Func<ITeamChannelTabConfiguration, Object>>[])
    IDataModel<ITeamChannelTabConfiguration>.EnsurePropertiesAsync(Expression<Func<ITeamChannelTabConfiguration, Object>>[])
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequest(ApiRequest)
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITeamChannelTabConfiguration>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface ITeamChannelTabConfiguration : IDataModel<ITeamChannelTabConfiguration>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannelTabConfiguration>

    Properties

    ContentUrl

    Url used for rendering tab contents in Teams. Required.

    Declaration
    string ContentUrl { get; set; }
    Property Value
    System.String

    EntityId

    Identifier for the entity hosted by the tab provider.

    Declaration
    string EntityId { get; }
    Property Value
    System.String

    HasContent

    Is there content in this tab.

    Declaration
    bool HasContent { get; set; }
    Property Value
    System.Boolean

    RemoveUrl

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

    Declaration
    string RemoveUrl { get; set; }
    Property Value
    System.String

    WebsiteUrl

    Url for showing tab contents outside of Teams.

    Declaration
    string WebsiteUrl { get; set; }
    Property Value
    System.String

    WikiDefaultTab

    Is this the default wiki tab.

    Declaration
    bool WikiDefaultTab { get; set; }
    Property Value
    System.Boolean

    WikiTabId

    Wiki tab id.

    Declaration
    int WikiTabId { get; set; }
    Property Value
    System.Int32

    Extension Methods

    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer