MentionUserContext Class

Represents context information for a user in a mention search result in the RadzenChat component.

Inheritance

Object

MentionUserContext

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class MentionUserContext

Constructors

MentionUserContextlink

Represents context information for a user in a mention search result in the RadzenChat component.

Declaration
public MentionUserContext()

Properties

IsInChatlink

Gets or sets whether the user is currently in the chat.

Declaration
public bool IsInChat { get; set; }
Property Value
Type Description
boolGets or sets whether the user is currently in the chat.

UserIdlink

Gets or sets the unique identifier of the user.

Declaration
public string UserId { get; set; }
Property Value
Type Description
stringGets or sets the unique identifier of the user.

UserNamelink

Gets or sets the display name of the user.

Declaration
public string UserName { get; set; }
Property Value
Type Description
stringGets or sets the display name of the user.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙