Click or drag to resize
EmailContentMacroResolverSettings Class
Configuration settings for email content macro resolver.
Inheritance Hierarchy
SystemObject
  CMS.NewslettersEmailContentMacroResolverSettings

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

The EmailContentMacroResolverSettings type exposes the following members.

Constructors
  NameDescription
Public methodEmailContentMacroResolverSettings
Top
Properties
  NameDescription
Public propertyDisableContextMacros
If true, all the context macros are disabled (only base MacroResolver sources are checked).
Public propertyIsPreview
Indicates if the macros should be resolved in context of an email preview.
Public propertyIssue
Data context of newsletter issue.
Public propertyKeepUnresolvedMacros
If true, unresolved macros are kept in their original form.
Public propertyName
Name of the resolver.
Public propertyNewsletter
Data context of newsletter.
Public propertySite
Data context of newsletter site.
Public propertySubscriber
Data context of newsletter subscriber.
Public propertySubscription
Data context of subscription.
Top
See Also