Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendingMemberNotification

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

    Constructors

    View Source

    SendingMemberNotification(MemberDisplay, IUmbracoContext)

    Declaration
    public SendingMemberNotification(MemberDisplay member, IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    MemberDisplay member
    IUmbracoContext umbracoContext

    Properties

    View Source

    Member

    Declaration
    public MemberDisplay Member { get; }
    Property Value
    Type Description
    MemberDisplay
    View Source

    UmbracoContext

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