Search Results for

    Show / Hide Table of Contents
    View Source

    Class RelationTypeDeletingNotification

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

    Constructors

    View Source

    RelationTypeDeletingNotification(IEnumerable<IRelationType>, EventMessages)

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

    RelationTypeDeletingNotification(IRelationType, EventMessages)

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