Search Results for

    Show / Hide Table of Contents
    View Source

    Class DomainSavingNotification

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

    Constructors

    View Source

    DomainSavingNotification(IEnumerable<IDomain>, EventMessages)

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

    DomainSavingNotification(IDomain, EventMessages)

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