Class ConsentNotificationArgs
- Namespace
- Dynamicweb.DataProcessing.Notifications
- Assembly
- Dynamicweb.Core.dll
Notification argument for consents.
public class ConsentNotificationArgs : NotificationArgs
- Inheritance
-
ConsentNotificationArgs
- Inherited Members
Constructors
ConsentNotificationArgs(Consent)
Initializes a new instance of the ConsentNotificationArgs class.
public ConsentNotificationArgs(Consent consent)
Parameters
consent
ConsentThe consent.
Properties
Consent
Gets the consent.
public Consent Consent { get; }
Property Value
- Consent
The consent.