Click or drag to resize
WidgetZonePlaceholderHelperGetDuplicatedPlaceholders Method
Returns a collection of duplicated zone placeholders in the given template code.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static IEnumerable<string> GetDuplicatedPlaceholders(
	string templateCode
)

Parameters

templateCode
Type: SystemString
Email template code

Return Value

Type: IEnumerableString
See Also