Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeDeletedNotification

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

    Constructors

    View Source

    MemberTypeDeletedNotification(IEnumerable<IMemberType>, EventMessages)

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

    MemberTypeDeletedNotification(IMemberType, EventMessages)

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