Click or drag to resize
IPersonaPictureUrlCreator Interface
Creates urls of the persona images.

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

The IPersonaPictureUrlCreator type exposes the following members.

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