The EPiServer.Personalization namespace supplies classes for personalization and subscription.
Classes
| Class | Description | |
|---|---|---|
| EPiServerProfile |
The base profile for users in EPiServer. Defines some basic information to implement common personalization
solutions in a web site. Also contains personalization data needed for EPiServers edit mode.
| |
| GuiSettings | ||
| Subscription |
Handles subscription for the current user through personalization
| |
| SubscriptionDescriptor | ||
| SubscriptionInfo |
Handles subscription for a user other than the currently logged in. Use Subscription for the currently
logged on user.
| |
| SubscriptionJob |
Job that handles subscriptions, scheduled automatically by EPiServer Scheduler and should not be called in code.
| |
| SubscriptionMail |
The class that handles sending of mail notifications for subscriptions, used by SubscriptionJob.
This subscription handler is going to delevier one subscription mail for each subscription root and language for the subcription, if it exists changed pages for it.
| |
| SubscriptionPlugInAttribute |
A plug-in attribute to have a custom subscription sender class available under system settings.
| |
| Task |
A task assignable to users in the system
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISubscriptionHandler |
Interface to support sending of customized subscriptions
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| TaskStatus |
Status of a task
|