Click or drag to resize
SubscriberFullNameFormaterGetContactSubscriberName Method
Returns name of contact subscriber. Adds spaces where necessary.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public string GetContactSubscriberName(
	string firstName,
	string middleName,
	string lastName
)

Parameters

firstName
Type: SystemString
First name of contact
middleName
Type: SystemString
Middle name of contact
lastName
Type: SystemString
Last name of contact

Return Value

Type: String
Name of contact subscriber

Implements

ISubscriberFullNameFormaterGetContactSubscriberName(String, String, String)
See Also