Click or drag to resize
IPersonaPictureImgTagGenerator Interface
Defines contract of the service capable of generating HTML img tags displaying persona picture.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public interface IPersonaPictureImgTagGenerator

The IPersonaPictureImgTagGenerator type exposes the following members.

Methods
  NameDescription
Public methodGenerateImgTag
Generates img tag which displays persona picture with a specified size.
Top
See Also