IPreviewPersonaStorage Interface |
Namespace: CMS.Personas
public interface IPreviewPersonaStorage
The IPreviewPersonaStorage type exposes the following members.
Name | Description | |
---|---|---|
GetPreviewPersona |
Persona enforced by the user for the preview mode. If null, user wants to see page as someone who is not assigned to any persona.
| |
SetCurrentSiteID |
Sets siteID which will be then used when storing and retrieving personas. Personas on each site will be stored independently.
| |
StorePreviewPersona |
Stores persona for the preview mode. When GetPreviewPersona is called later, persona saved using this method is retrieved.
|