IPreviewPersonaStorageStorePreviewPersona Method |
Stores persona for the preview mode. When
GetPreviewPersona is called later, persona saved using this method is retrieved.
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 12.0.0
Syntax void StorePreviewPersona(
PersonaInfo persona
)
Parameters
- persona
- Type: CMS.PersonasPersonaInfo
Persona enforced by the user. If null, user wants to see page as someone who is not assigned to any persona
See Also