Table of Contents

Class ConsentNotificationArgs

Namespace
Dynamicweb.DataProcessing.Notifications
Assembly
Dynamicweb.Core.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.

Properties

Gets the consent.

public Consent Consent { get; }

Property Value

Consent

The consent.

See Also

To top