Search Results for

    Show / Hide Table of Contents
    View Source

    Class SupersedeEventAttribute

    This is used to know if the event arg attributed should supersede another event arg type when tracking events for the same entity. If one event args supersedes another then the event args that have been superseded will mean that the event will not be dispatched or the args will be filtered to exclude the entity.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class SupersedeEventAttribute : Attribute

    Constructors

    View Source

    SupersedeEventAttribute(Type)

    Declaration
    public SupersedeEventAttribute(Type supersededEventArgsType)
    Parameters
    Type Name Description
    Type supersededEventArgsType

    Properties

    View Source

    SupersededEventArgsType

    Declaration
    public Type SupersededEventArgsType { get; }
    Property Value
    Type Description
    Type
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SupersedeEventAttribute(Type)
    • Properties
      • SupersededEventArgsType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX