WidgetZonePlaceholderHelperGetDuplicatedPlaceholders Method |
Returns a collection of duplicated zone placeholders in the given template code.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax public static IEnumerable<string> GetDuplicatedPlaceholders(
string templateCode
)
Parameters
- templateCode
- Type: SystemString
Email template code
Return Value
Type:
IEnumerableStringSee Also