Search Results for

    Show / Hide Table of Contents
    View Source

    Class EmailNotificationMethod

    Inheritance
    System.Object
    NotificationMethodBase
    Namespace: Umbraco.Cms.Core.HealthChecks.NotificationMethods
    Assembly: Umbraco.Core.dll
    Syntax
    public class EmailNotificationMethod : NotificationMethodBase, IHealthCheckNotificationMethod, IDiscoverable

    Constructors

    View Source

    EmailNotificationMethod(ILocalizedTextService, IHostingEnvironment, IEmailSender, IOptionsMonitor<HealthChecksSettings>, IOptionsMonitor<ContentSettings>, IMarkdownToHtmlConverter)

    Declaration
    public EmailNotificationMethod(ILocalizedTextService textService, IHostingEnvironment hostingEnvironment, IEmailSender emailSender, IOptionsMonitor<HealthChecksSettings> healthChecksSettings, IOptionsMonitor<ContentSettings> contentSettings, IMarkdownToHtmlConverter markdownToHtmlConverter)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IHostingEnvironment hostingEnvironment
    IEmailSender emailSender
    IOptionsMonitor<HealthChecksSettings> healthChecksSettings
    IOptionsMonitor<ContentSettings> contentSettings
    IMarkdownToHtmlConverter markdownToHtmlConverter

    Properties

    View Source

    RecipientEmail

    Declaration
    public string RecipientEmail { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    SendAsync(HealthCheckResults)

    Declaration
    public override async Task SendAsync(HealthCheckResults results)
    Parameters
    Type Name Description
    HealthCheckResults results
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EmailNotificationMethod(ILocalizedTextService, IHostingEnvironment, IEmailSender, IOptionsMonitor<HealthChecksSettings>, IOptionsMonitor<ContentSettings>, IMarkdownToHtmlConverter)
    • Properties
      • RecipientEmail
    • Methods
      • SendAsync(HealthCheckResults)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX