Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendingContentNotification

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

    Constructors

    View Source

    SendingContentNotification(ContentItemDisplay, IUmbracoContext)

    Declaration
    public SendingContentNotification(ContentItemDisplay content, IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    ContentItemDisplay content
    IUmbracoContext umbracoContext

    Properties

    View Source

    Content

    Declaration
    public ContentItemDisplay Content { get; }
    Property Value
    Type Description
    ContentItemDisplay
    View Source

    UmbracoContext

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