Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupWithUsersSavingNotification

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

    Constructors

    View Source

    UserGroupWithUsersSavingNotification(IEnumerable<UserGroupWithUsers>, EventMessages)

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

    UserGroupWithUsersSavingNotification(UserGroupWithUsers, EventMessages)

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