Search Results for

    Show / Hide Table of Contents

    Interface ITeamChannel

    Defines a Channel of Microsoft Teams

    Inherited Members
    IDataModel<ITeamChannel>.Requested
    IDataModel<ITeamChannel>.HasValue(String)
    IDataModel<ITeamChannel>.HasChanged(String)
    IDataModel<ITeamChannel>.IsPropertyAvailable(Expression<Func<ITeamChannel, Object>>)
    IDataModel<ITeamChannel>.ArePropertiesAvailable(Expression<Func<ITeamChannel, Object>>[])
    IDataModel<ITeamChannel>.EnsureProperties(Expression<Func<ITeamChannel, Object>>[])
    IDataModel<ITeamChannel>.EnsurePropertiesAsync(Expression<Func<ITeamChannel, Object>>[])
    IDataModel<ITeamChannel>.ExecuteRequestAsync(ApiRequest)
    IDataModel<ITeamChannel>.ExecuteRequest(ApiRequest)
    IDataModel<ITeamChannel>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<ITeamChannel>.ExecuteRequestBatch(ApiRequest)
    IDataModel<ITeamChannel>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<ITeamChannel>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<ITeamChannel>.GetBatchAsync(Batch, Expression<Func<ITeamChannel, Object>>[])
    IDataModelGet<ITeamChannel>.GetAsync(Expression<Func<ITeamChannel, Object>>[])
    IDataModelLoad<ITeamChannel>.LoadBatchAsync(Batch, Expression<Func<ITeamChannel, Object>>[])
    IDataModelLoad<ITeamChannel>.LoadAsync(Expression<Func<ITeamChannel, Object>>[])
    IDataModelUpdate.UpdateBatchAsync()
    IDataModelUpdate.UpdateBatchAsync(Batch)
    IDataModelUpdate.UpdateAsync()
    IDataModelUpdate.UpdateBatch()
    IDataModelUpdate.UpdateBatch(Batch)
    IDataModelUpdate.Update()
    IDataModelDelete.DeleteBatchAsync()
    IDataModelDelete.DeleteBatchAsync(Batch)
    IDataModelDelete.DeleteAsync()
    IDataModelDelete.DeleteBatch()
    IDataModelDelete.DeleteBatch(Batch)
    IDataModelDelete.Delete()
    Namespace: PnP.Core.Model.Teams
    Assembly: PnP.Core.dll
    Syntax
    public interface ITeamChannel : IDataModel<ITeamChannel>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChannel>, IDataModelGet<ITeamChannel>, IDataModelLoad<ITeamChannel>, IDataModelUpdate, IDataModelDelete, IQueryableDataModel

    Properties

    CreatedDateTime

    Timestamp at which the channel was created

    Declaration
    DateTime CreatedDateTime { get; }
    Property Value
    DateTime

    Description

    The description of the Team Channel

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

    DisplayName

    The display name of the Team Channel

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

    Email

    The email address of the Team Channel

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

    FilesFolderWebUrl

    The fully qualified url for the SharePoint folder hosting this channel's files (uses Graph Beta)

    Declaration
    Uri FilesFolderWebUrl { get; }
    Property Value
    Uri

    Id

    The Unique ID of the Team Channel

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

    IsFavoriteByDefault

    Defines whether the Team Channel is favorite by default in the Team

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

    MembershipType

    Defines the Membership type for the Team Channel

    Declaration
    TeamChannelMembershipType MembershipType { get; set; }
    Property Value
    TeamChannelMembershipType

    Messages

    Messages in this Team Channel Implements .
    See Requesting model collections and IQueryable performance considerations to learn more.

    Declaration
    ITeamChatMessageCollection Messages { get; }
    Property Value
    ITeamChatMessageCollection

    Tabs

    Tabs in this Channel Implements .
    See Requesting model collections and IQueryable performance considerations to learn more.

    Declaration
    ITeamChannelTabCollection Tabs { get; }
    Property Value
    ITeamChannelTabCollection

    WebUrl

    The Web URL of the Team Channel

    Declaration
    Uri WebUrl { get; }
    Property Value
    Uri

    Methods

    GetFilesFolder(Expression<Func<IFolder, Object>>[])

    Gets the IFolder hosting the files of this channel

    Declaration
    IFolder GetFilesFolder(params Expression<Func<IFolder, object>>[] expressions)
    Parameters
    Expression<Func<IFolder, System.Object>>[] expressions

    Properties of the folder to load

    Returns
    IFolder

    Folder hosting the files of this channel

    GetFilesFolderAsync(Expression<Func<IFolder, Object>>[])

    Gets the IFolder hosting the files of this channel

    Declaration
    Task<IFolder> GetFilesFolderAsync(params Expression<Func<IFolder, object>>[] expressions)
    Parameters
    Expression<Func<IFolder, System.Object>>[] expressions

    Properties of the folder to load

    Returns
    Task<IFolder>

    Folder hosting the files of this channel

    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