Search Results for

    Show / Hide Table of Contents

    Interface ITeamConversationIdentity

    Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team.

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

    Properties

    ConversationIdentityType

    Type of conversation. Possible values are: team, channel, and chat.

    Declaration
    TeamConversationIdentityType ConversationIdentityType { get; set; }
    Property Value
    TeamConversationIdentityType

    DisplayName

    Display name of the conversation. Optional.

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

    Id

    ID of the conversation.

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

    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