Search Results for

    Show / Hide Table of Contents

    Interface ITeamApp

    Defines a Microsoft Teams App installation

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

    Properties

    DisplayName

    The Display Name of the Team App

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

    DistributionMethod

    The method of distribution for the Team App

    Declaration
    TeamsAppDistributionMethod DistributionMethod { get; set; }
    Property Value
    TeamsAppDistributionMethod

    ExternalId

    The external ID of the Team App as defined by the developer

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

    Id

    The unique Id of the Team App in the current app catalog

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

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    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