Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainSavedNotification

    Notification published after domains have been saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IDomain>>
    EnumerableObjectNotification<IDomain>
    SavedNotification<IDomain>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DomainSavedNotification : SavedNotification<IDomain>, IStatefulNotification, INotification
    Remarks

    This notification is published after domains have been successfully saved, allowing handlers to react for auditing or cache invalidation purposes.

    Constructors

    View Source

    DomainSavedNotification(IEnumerable<IDomain>, EventMessages)

    Initializes a new instance of the DomainSavedNotification class with multiple domains.

    Declaration
    public DomainSavedNotification(IEnumerable<IDomain> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IDomain> target

    The domains that were saved.

    EventMessages messages

    The event messages collection.

    View Source

    DomainSavedNotification(IDomain, EventMessages)

    Initializes a new instance of the DomainSavedNotification class with a single domain.

    Declaration
    public DomainSavedNotification(IDomain target, EventMessages messages)
    Parameters
    Type Name Description
    IDomain target

    The domain that was saved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX