Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationEmailBodyParams

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class NotificationEmailBodyParams

    Constructors

    View Source

    NotificationEmailBodyParams(string?, string?, string?, string, string, string?, string, string)

    Declaration
    public NotificationEmailBodyParams(string? recipientName, string? action, string? itemName, string itemId, string itemUrl, string? editedUser, string siteUrl, string summary)
    Parameters
    Type Name Description
    string recipientName
    string action
    string itemName
    string itemId
    string itemUrl
    string editedUser
    string siteUrl
    string summary

    Properties

    View Source

    Action

    Declaration
    public string Action { get; }
    Property Value
    Type Description
    string
    View Source

    EditedUser

    Declaration
    public string EditedUser { get; }
    Property Value
    Type Description
    string
    View Source

    ItemId

    Declaration
    public string ItemId { get; }
    Property Value
    Type Description
    string
    View Source

    ItemName

    Declaration
    public string ItemName { get; }
    Property Value
    Type Description
    string
    View Source

    ItemUrl

    Declaration
    public string ItemUrl { get; }
    Property Value
    Type Description
    string
    View Source

    RecipientName

    Declaration
    public string RecipientName { get; }
    Property Value
    Type Description
    string
    View Source

    SiteUrl

    Declaration
    public string SiteUrl { get; }
    Property Value
    Type Description
    string
    View Source

    Summary

    This will either be an HTML or text based summary depending on the email type being sent

    Declaration
    public string Summary { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX