Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserSavedNotification

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

    Constructors

    View Source

    UserSavedNotification(IEnumerable<IUser>, EventMessages)

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

    UserSavedNotification(IUser, EventMessages)

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