Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserSavingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<IUser>>
    CancelableObjectNotification<IEnumerable<IUser>>
    CancelableEnumerableObjectNotification<IUser>
    SavingNotification<IUser>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class UserSavingNotification : SavingNotification<IUser>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    UserSavingNotification(IEnumerable<IUser>, EventMessages)

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

    UserSavingNotification(IUser, EventMessages)

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