Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentSavingNotification

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

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

    Constructors

    View Source

    ContentSavingNotification(IEnumerable<IContent>, EventMessages)

    Gets a enumeration of IContent.

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

    ContentSavingNotification(IContent, EventMessages)

    Initializes a new instance of the ContentSavingNotification

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