Table of Contents

Class ListUsersNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Core.dll

Represents a user list notification arguments.

public class ListUsersNotificationArgs : NotificationArgs
Inheritance
ListUsersNotificationArgs
Inherited Members

Constructors

ListUsersNotificationArgs(ICollection<User>)

Creates a new instance of a class.

public ListUsersNotificationArgs(ICollection<User> users)

Parameters

users ICollection<User>

The user list.

Properties

Users

Gets the user list of the notification.

public ICollection<User> Users { get; }

Property Value

ICollection<User>

User list.

To top