Click or drag to resize
SubscriberFullNameFormater Class
Class builds full name of subscribers of all existing types.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersSubscriberFullNameFormater

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public class SubscriberFullNameFormater : ISubscriberFullNameFormater

The SubscriberFullNameFormater type exposes the following members.

Constructors
  NameDescription
Public methodSubscriberFullNameFormater
Top
Methods
  NameDescription
Public methodGetContactGroupSubscriberName
Returns name for contact group subscriber.
Public methodGetContactSubscriberName
Returns name of contact subscriber. Adds spaces where necessary.
Public methodGetPersonaSubscriberName
Returns name for persona subscriber.
Public methodGetRoleSubscriberName
Returns name for role subscriber.
Public methodGetUserSubscriberName
Returns name for user subscriber.
Top
See Also