| IPersonaPictureUrlCreatorCreatePersonaPictureUrl Method | 
            Gets url of the specified persona's picture.
            
 
Namespace: CMS.PersonasAssembly: CMS.Personas (in CMS.Personas.dll) Version: 13.0.131
 Syntax
Syntaxstring CreatePersonaPictureUrl(
	PersonaInfo persona,
	int imageSideSizeInPx
)
Parameters
- persona
- Type: CMS.PersonasPersonaInfo
 Url to the image of this persona will be created
- imageSideSizeInPx
- Type: SystemInt32
 Maximum size of pictures side
Return Value
Type: 
StringUrl leading to the persona's image or to the default image if persona does not have picture set
 See Also
See Also