Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationEmailSubjectParams

    Inheritance
    System.Object
    Namespace: Umbraco.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class NotificationEmailSubjectParams

    Constructors

    View Source

    NotificationEmailSubjectParams(String, String, String)

    Declaration
    public NotificationEmailSubjectParams(string siteUrl, string action, string itemName)
    Parameters
    Type Name Description
    System.String siteUrl
    System.String action
    System.String itemName

    Properties

    View Source

    Action

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

    ItemName

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

    SiteUrl

    Declaration
    public string SiteUrl { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NotificationEmailSubjectParams(String, String, String)
    • Properties
      • Action
      • ItemName
      • SiteUrl
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX