Click or drag to resize
SubscriberFullNameFormaterGetContactGroupSubscriberName Method
Returns name for contact group subscriber.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public string GetContactGroupSubscriberName(
	string contactGroupName
)

Parameters

contactGroupName
Type: SystemString
Name of contact group

Return Value

Type: String
Name of contact group subscriber

Implements

ISubscriberFullNameFormaterGetContactGroupSubscriberName(String)
See Also