Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSentToPublishNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IContent>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ContentSentToPublishNotification : ObjectNotification<IContent>, IStatefulNotification, INotification

    Constructors

    View Source

    ContentSentToPublishNotification(IContent, EventMessages)

    Declaration
    public ContentSentToPublishNotification(IContent target, EventMessages messages)
    Parameters
    Type Name Description
    IContent target
    EventMessages messages

    Properties

    View Source

    Entity

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