• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSavedNotification

    A notification that is used to trigger the IContentService when the Save method is called in the API and after the data has been persisted.

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

    Constructors

    View Source

    ContentSavedNotification(IEnumerable<IContent>, EventMessages)

    Gets a enumeration of IContent.

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

    ContentSavedNotification(IContent, EventMessages)

    Initializes a new instance of the ContentSavedNotification

    Declaration
    public ContentSavedNotification(IContent target, EventMessages messages)
    Parameters
    Type Name Description
    IContent target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentSavedNotification(IEnumerable<IContent>, EventMessages)
      • ContentSavedNotification(IContent, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX