Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserDeletedNotification

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

    Constructors

    View Source

    UserDeletedNotification(IUser, EventMessages)

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