Click or drag to resize
WidgetZonePlaceholderHelper Class
Class which provides operations regarding email builder zone placeholders.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersWidgetZonePlaceholderHelper

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public static class WidgetZonePlaceholderHelper

The WidgetZonePlaceholderHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDuplicatedPlaceholders
Returns a collection of duplicated zone placeholders in the given template code.
Public methodStatic memberReplacePlaceholders
Replaces widget zone placeholders in format $$zoneIdentifier$$ with values provided by getZoneContent delegate which accepts zone identifier and returns appropriate replacement string.
Top
See Also