Class ListUsersNotificationArgs
- Namespace
- Dynamicweb.Security.User
Management .Notifications
- Assembly
- Dynamicweb.Core.dll
Represents a user list notification arguments.
- Inheritance
-
List
Users Notification Args
- Inherited Members
Constructors
ListUsersNotificationArgs(ICollection<User>)
Creates a new instance of a class.
Parameters
users
ICollection<User>The user list.
Properties
Users
Gets the user list of the notification.
Property Value
- ICollection<User>
User list.