Click or drag to resize
ISubscriberFullNameFormater Interface
Provides methods for building full name of subscribers of all existing types.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax
C#
public interface ISubscriberFullNameFormater

The ISubscriberFullNameFormater type exposes the following members.

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