Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationEmailBodyParams

    Inheritance
    System.Object
    Namespace: Umbraco.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
    System.String recipientName
    System.String action
    System.String itemName
    System.String itemId
    System.String itemUrl
    System.String editedUser
    System.String siteUrl
    System.String summary

    Properties

    View Source

    Action

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

    EditedUser

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

    ItemId

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

    ItemName

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

    ItemUrl

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

    RecipientName

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

    SiteUrl

    Declaration
    public string SiteUrl { get; }
    Property Value
    Type Description
    System.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
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NotificationEmailBodyParams(String, String, String, String, String, String, String, String)
    • Properties
      • Action
      • EditedUser
      • ItemId
      • ItemName
      • ItemUrl
      • RecipientName
      • SiteUrl
      • Summary
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX