Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDeletedBlueprintNotification

    A notification that is used to trigger the IContentService when the DeletedBlueprint method is called in the API.

    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

    The collection of deleted blueprint IContent.

    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