# GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Send_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send*">Send Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Send_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send*"></a>
<h4 id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Send_GrapeCity_ActiveReports_Blazor_Designer_Level_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send(GrapeCity.ActiveReports.Blazor.Designer.Level,System.String,System.String)">Send(Level, string, string)</h4>
<div class="markdown level1 summary"><p>Sends a notification with the specified level, caption, and content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Task Send(Level level, string caption, string content)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Level.html">Level</a></td>
      <td><span class="parametername">level</span></td>
      <td><p>The notification level. Determines color and icons used for the notifications.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">caption</span></td>
      <td><p>The notification caption. Shown by default when notification pops up, then used as a title in Notification Details view.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">content</span></td>
      <td><p>The notification content. Only visible when Notification Details are open.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a> representing the asynchronous operation of sending the notification.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
