Click or drag to resize
PersonaPictureUrlCreator Class
Creates urls of the persona images.
Inheritance Hierarchy
SystemObject
  CMS.PersonasPersonaPictureUrlCreator

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 9.0.0
Syntax
C#
public sealed class PersonaPictureUrlCreator : IPersonaPictureUrlCreator

The PersonaPictureUrlCreator type exposes the following members.

Constructors
  NameDescription
Public methodPersonaPictureUrlCreator
Top
Methods
  NameDescription
Public methodCreateDefaultPersonaPictureUrl
Gets URL of the the image which should be used when persona has no picture selected or when picture of contact belonging to no persona should be displayed.
Public methodCreatePersonaPictureUrl
Gets url of the specified persona's picture.
Top
See Also