Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationDeletedNotification

    A notification that is published when a relation has been deleted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IRelation>>
    EnumerableObjectNotification<IRelation>
    DeletedNotification<IRelation>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class RelationDeletedNotification : DeletedNotification<IRelation>, IStatefulNotification, INotification

    Constructors

    View Source

    RelationDeletedNotification(IEnumerable<IRelation>, EventMessages)

    Initializes a new instance of the RelationDeletedNotification.

    Declaration
    public RelationDeletedNotification(IEnumerable<IRelation> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IRelation> target

    Gets the collection of IRelation objects having been deleted.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    RelationDeletedNotification(IRelation, EventMessages)

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