Table of Contents

Class UserSubjectConsentService

Namespace
Dynamicweb.DataProcessing
Assembly
Dynamicweb.Core.dll

Service for handling consents by user.

public class UserSubjectConsentService : SubjectConsentService<int>
Inheritance
UserSubjectConsentService
Inherited Members

Methods

GetCurrentSubjectId()

Gets the current subject identifier.

protected override int GetCurrentSubjectId()

Returns

int

An identifier.

To top