Click or drag to resize
IEmailContentMacroResolver Interface
Interface for email content macro resolver.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public interface IEmailContentMacroResolver

The IEmailContentMacroResolver type exposes the following members.

Methods
  NameDescription
Public methodGetWidgetContentMacroResolver
Creates child instance of current resolver with data context of given widget configuration properties.
Public methodResolve
Resolves the dynamic field macros, replaces the {%dynamicfieldname%} macros with the dynamic field values.
Top
See Also