Interface ITeamConversationIdentity
Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team.
Inherited Members
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
|