Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentUnpublishingNotification

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

    Constructors

    View Source

    ContentUnpublishingNotification(IEnumerable<IContent>, EventMessages)

    Declaration
    public ContentUnpublishingNotification(IEnumerable<IContent> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IContent> target
    EventMessages messages
    View Source

    ContentUnpublishingNotification(IContent, EventMessages)

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

    Properties

    View Source

    UnpublishedEntities

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