Click or drag to resize
IPersonaPictureImgTagGeneratorGenerateImgTag Method
Generates img tag which displays persona picture with a specified size.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
string GenerateImgTag(
	PersonaInfo persona,
	int imageSideSizeInPx
)

Parameters

persona
Type: CMS.PersonasPersonaInfo
This persona's picture will be displayed
imageSideSizeInPx
Type: SystemInt32
Size of the picture

Return Value

Type: String
HTML which displays persona picture
See Also