Class ConsentNotificationArgs
- Namespace
- Dynamicweb.DataProcessing.Notifications
- Assembly
- Dynamicweb.DataProcessing.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
Consent- The consent.
- See Also
Properties
Consent
Gets the consent.
public Consent Consent { get; }
Property Value
- Consent
- The consent.
- See Also