Click or drag to resize
IWidgetContentFilter Interface
Filter able to transform widget content or email parts.

Namespace: CMS.Newsletters.Filters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax
C#
public interface IWidgetContentFilter : IEmailContentFilter
Methods
  NameDescription
Public methodApply(String)
Applies the filter to the given text.
(Inherited from IEmailContentFilter.)
Public methodApply(String, Widget)
Applies the filter to the given code.
Top
See Also