Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationSavedNotification

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

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

    Constructors

    View Source

    RelationSavedNotification(IEnumerable<IRelation>, EventMessages)

    Initializes a new instance of the RelationSavedNotification.

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

    Gets the collection of IRelation objects having been saved.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    RelationSavedNotification(IRelation, EventMessages)

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