Click or drag to resize
IPreviewPersonaStorageStorePreviewPersona Method
Stores persona for the preview mode. When GetPreviewPersona is called later, persona saved using this method is retrieved.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
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