Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSavedBlueprintNotification

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

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

    Constructors

    View Source

    ContentSavedBlueprintNotification(IContent, EventMessages)

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

    Properties

    View Source

    SavedBlueprint

    Getting the saved blueprint IContent object.

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