Table of Contents

Class EmailSubjectConsentService

Namespace
Dynamicweb.DataProcessing
Assembly
Dynamicweb.Core.dll

Service for handling consents by email.

public class EmailSubjectConsentService : SubjectConsentService<string>
Inheritance
EmailSubjectConsentService
Inherited Members

Methods

GetCurrentSubjectId()

Gets the current subject identifier.

protected override string? GetCurrentSubjectId()

Returns

string

An identifier.

To top