Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationSavingNotification

    A notification that is published when a relation is being saved.

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

    Constructors

    View Source

    RelationSavingNotification(IEnumerable<IRelation>, EventMessages)

    Initializes a new instance of the RelationSavingNotification.

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

    Gets the collection of IRelation objects being saved.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    RelationSavingNotification(IRelation, EventMessages)

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