Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationTypeSavingNotification

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

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

    Constructors

    View Source

    RelationTypeSavingNotification(IEnumerable<IRelationType>, EventMessages)

    Initializes a new instance of the RelationTypeSavingNotification.

    Declaration
    public RelationTypeSavingNotification(IEnumerable<IRelationType> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IRelationType> target

    Gets the collection of IRelationType objects being saved.

    EventMessages messages

    Initializes a new instance of the EventMessages.

    View Source

    RelationTypeSavingNotification(IRelationType, EventMessages)

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