Table of Contents

Class ListUsersNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Security.dll
Represents a user list notification arguments.
public class ListUsersNotificationArgs : NotificationArgs
Inheritance
ListUsersNotificationArgs
Inherited Members

Constructors

ListUsersNotificationArgs(UserCollection)

Creates a new instance of a class.
public ListUsersNotificationArgs(UserCollection users)

Parameters

users UserCollection
The user list.

Properties

Users

Gets the user list of the notification.
public UserCollection Users { get; }

Property Value

UserCollection
User list.
To top