Search Results for

    Show / Hide Table of Contents
    View Source

    Class NotificationEmailSubjectParams

    Inheritance
    object
    Namespace: Umbraco.Cms.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
    string siteUrl
    string action
    string itemName

    Properties

    View Source

    Action

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

    ItemName

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

    SiteUrl

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