Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDeletedBlueprintNotification

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

    Constructors

    View Source

    ContentDeletedBlueprintNotification(IEnumerable<IContent>, EventMessages)

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

    ContentDeletedBlueprintNotification(IContent, EventMessages)

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

    Properties

    View Source

    DeletedBlueprints

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