Click or drag to resize
SubscriberFullNameFormaterGetRoleSubscriberName Method
Returns name for role subscriber.

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

Parameters

roleName
Type: SystemString
Name of role

Return Value

Type: String
Name of role subscriber

Implements

ISubscriberFullNameFormaterGetRoleSubscriberName(String)
See Also