Class ConsentManager
- Namespace
- Dynamicweb.Data
Processing
- Assembly
- Dynamicweb.Core.dll
A high level API for managing consents.
- Inheritance
-
Consent
Manager
- Inherited Members
Properties
Current
Gets the current instance of Consent
Property Value
- Consent
Manager The current instance of Consent
Manager .
Gets the email consent service.
Property Value
- Email
Subject Consent Service The email consent service.
User
Gets the user consent service.
Property Value
- User
Subject Consent Service The user consent service.
Visitor
Gets the visitor consent service.
Property Value
- Visitor
Subject Consent Service The visitor consent service.
Methods
GetActivities()
Gets all activities.
Returns
- ICollection<Activity>
A collection of activities.
GetActivity(string)
Gets an activity by id.
Parameters
activityId
stringThe activity identifier.