Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendingUserNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class SendingUserNotification : INotification

    Constructors

    View Source

    SendingUserNotification(UserDisplay, IUmbracoContext)

    Declaration
    public SendingUserNotification(UserDisplay user, IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    UserDisplay user
    IUmbracoContext umbracoContext

    Properties

    View Source

    UmbracoContext

    Declaration
    public IUmbracoContext UmbracoContext { get; }
    Property Value
    Type Description
    IUmbracoContext
    View Source

    User

    Declaration
    public UserDisplay User { get; }
    Property Value
    Type Description
    UserDisplay
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SendingUserNotification(UserDisplay, IUmbracoContext)
    • Properties
      • UmbracoContext
      • User
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX