[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send

Send Method

Send(Level, string, string)

Sends a notification with the specified level, caption, and content.

Declaration
public Task Send(Level level, string caption, string content)
Parameters
Type Name Description
Level level

The notification level. Determines color and icons used for the notifications.

string caption

The notification caption. Shown by default when notification pops up, then used as a title in Notification Details view.

string content

The notification content. Only visible when Notification Details are open.

Returns
Type Description
Task

A Task representing the asynchronous operation of sending the notification.