| 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: 11.0.0
Syntaxvoid 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