Table of Contents

Class ConsentNotificationArgs

Namespace
Dynamicweb.DataProcessing.Notifications
Assembly
Dynamicweb.DataProcessing.dll
Notification argument for consents.
public class ConsentNotificationArgs : NotificationArgs
Inheritance
ConsentNotificationArgs
Inherited Members

Constructors

Initializes a new instance of the ConsentNotificationArgs class.
public ConsentNotificationArgs(Consent consent)

Parameters

consent Consent
The consent.
See Also

Properties

Gets the consent.
public Consent Consent { get; }

Property Value

Consent
The consent.
See Also

See Also

To top