Table of Contents

Class UserSavedNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Security.dll
Represents an user saved notification agruments.
public class UserSavedNotificationArgs : UserNotificationArgs
Inheritance
UserSavedNotificationArgs
Inherited Members

Constructors

UserSavedNotificationArgs(User)

Creates a new instance of a class.
public UserSavedNotificationArgs(User subject)

Parameters

subject User
The changed user.

UserSavedNotificationArgs(User, bool)

Creates a new instance of a class.
public UserSavedNotificationArgs(User subject, bool isNew)

Parameters

subject User
The changed user.
isNew bool
Indicates whether the user is new.

Properties

IsNew

Indicates whether the user is new.
public bool IsNew { get; }

Property Value

bool
True or False.
To top